1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

[269146] - [view model] NLS warning messages in the log

This commit is contained in:
Pawel Piech 2009-03-18 15:53:32 +00:00
parent 48d2746e03
commit 6077343b17
2 changed files with 0 additions and 8 deletions

View file

@ -35,8 +35,6 @@ public class MessagesForVariablesVM extends NLS {
public static String VariableVMNode_Type_column__Error__text_format;
public static String VariableVMNode_Type_column__text_format;
public static String VariableVMNode_Value_column__text_format;
public static String VariableVMNode_Value_column___No_string__text_format;
public static String VariableVMNode_Value_column___No_string__Value__text_format;
static {
// initialize resource bundle

View file

@ -30,12 +30,6 @@ VariableVMNode_Type_column__text_format={0}
# {1} - value in STRING format.
VariableVMNode_Value_column__text_format={0} {1}
# Message format for the value column text
# {0} - value formatted in the active format. If the preferred format was
# available, then this is just the value. Otherwise, it's the string formatted
# by the format in VariableVMNode_Value_column__Value__text_format.
VariableVMNode_Value_column___No_string__text_format={0}
# {0} - variable name
# {1} - value formatted in the active format. If the preferred format was
# available, then this is just the value. Otherwise, it's the string formatted