Skip to main content
summaryrefslogtreecommitdiffstats
path: root/dsf
diff options
context:
space:
mode:
authorPawel Piech2009-03-18 15:53:32 +0000
committerPawel Piech2009-03-18 15:53:32 +0000
commit6077343b1720b4a5a57f2c736006ca7379d10cfc (patch)
tree7b7fe0b7525a17f31e56bfa86a7b289f1210b652 /dsf
parent48d2746e03f6b6d7fde23a154ee58b726e61b56d (diff)
downloadorg.eclipse.cdt-6077343b1720b4a5a57f2c736006ca7379d10cfc.tar.gz
org.eclipse.cdt-6077343b1720b4a5a57f2c736006ca7379d10cfc.tar.xz
org.eclipse.cdt-6077343b1720b4a5a57f2c736006ca7379d10cfc.zip
[269146] - [view model] NLS warning messages in the log
Diffstat (limited to 'dsf')
-rw-r--r--dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/MessagesForVariablesVM.java2
-rw-r--r--dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/messages.properties6
2 files changed, 0 insertions, 8 deletions
diff --git a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/MessagesForVariablesVM.java b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/MessagesForVariablesVM.java
index 8293590c00d..d9390a88d48 100644
--- a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/MessagesForVariablesVM.java
+++ b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/MessagesForVariablesVM.java
@@ -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
diff --git a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/messages.properties b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/messages.properties
index 65fe07dc7db..a9147b2a583 100644
--- a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/messages.properties
+++ b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/messages.properties
@@ -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

Back to the top