Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Cosmetic change for the MemoryView preference page

Index: ChangeLog
===================================================================
RCS file: /home/tools/org.eclipse.cdt.debug.ui/ChangeLog,v
retrieving revision 1.45
diff -u -r1.45 ChangeLog
--- ChangeLog 29 Nov 2002 20:44:12 -0000 1.45
+++ ChangeLog 29 Nov 2002 21:04:54 -0000
@@ -1,4 +1,8 @@
 2002-11-29 Mikhail Khodjaiants
+ Cosmetic change for the MemoryView preference page.
+ * plugin.properties
+
+2002-11-29 Mikhail Khodjaiants
  Cosmetic fix for the memory view tab's tooltips.
  * MemoryControlArea.java
 
Index: plugin.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt.debug.ui/plugin.properties,v
retrieving revision 1.22
diff -u -r1.22 plugin.properties
--- plugin.properties 5 Nov 2002 20:26:57 -0000 1.22
+++ plugin.properties 29 Nov 2002 21:04:54 -0000
@@ -10,7 +10,7 @@
 MemoryView.name=Memory
 
 CDebuggerPage.name=C Debugger UI Page
-MemoryPreferencePage.name=Memory Views
+MemoryPreferencePage.name=Memory View
 RegistersPreferencePage.name=Registers View
 CDebugPreferencePage.name=Debug
 

Back to the top