Tools__NewSystemBrowser.st
changeset 11236 fca289175e4a
parent 11208 cb22ba610250
child 11239 b4ad40d978dc
--- a/Tools__NewSystemBrowser.st	Sat Feb 04 12:00:03 2012 +0100
+++ b/Tools__NewSystemBrowser.st	Sat Feb 04 13:22:26 2012 +0100
@@ -8206,17 +8206,17 @@
             label: '-'
           )
          (MenuItem
-            label: 'Class Wizard'
+            label: 'Class Wizard...'
             itemValue: classMenuOpenClassCreationWizard
             translateLabel: true
-            labelImage: (ResourceRetriever ToolbarIconLibrary newClassWizardIcon 'Class Wizard')
-          )
-         )
-        nil
-        nil
-      )
-
-    "Modified: / 16-01-2012 / 20:38:44 / cg"
+            labelImage: (ResourceRetriever ToolbarIconLibrary newClassWizardIcon 'Class Wizard...')
+          )
+         )
+        nil
+        nil
+      )
+
+    "Modified: / 27-01-2012 / 12:41:41 / cg"
 !
 
 classNewSmalltalkSlice
@@ -16000,7 +16000,6 @@
     "Modified: / 29-09-2006 / 16:11:08 / cg"
 ! !
 
-
 !NewSystemBrowser class methodsFor:'menu specs-popup'!
 
 categoryPopUpMenu
@@ -17747,7 +17746,6 @@
     "Created: / 24.2.2000 / 23:28:06 / cg"
 ! !
 
-
 !NewSystemBrowser methodsFor:'aspects-organization'!
 
 categoryMenuVisible
@@ -21172,7 +21170,6 @@
     ^ UserPreferences current useSearchBarInBrowser or:[self codeView searchBarActionBlock notNil]
 ! !
 
-
 !NewSystemBrowser methodsFor:'change & update'!
 
 categorySelectionChanged
@@ -34926,7 +34923,6 @@
     ^ brwsr
 ! !
 
-
 !NewSystemBrowser methodsFor:'menu actions-namespace'!
 
 nameSpaceMenuCheckOut
@@ -43432,7 +43428,6 @@
     "Modified: / 25-06-2010 / 10:08:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !NewSystemBrowser methodsFor:'menu actions-variables'!
 
 browseVarRefsOrModsWithTitle:browserTitle boxTitle:boxTitle variables:varType access:accessType all:browseAll
@@ -50458,7 +50453,6 @@
     ^ navigationState projectListApplication
 ! !
 
-
 !NewSystemBrowser methodsFor:'private-history'!
 
 lastSearchPatterns
@@ -55725,11 +55719,11 @@
 !NewSystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1702 2012-01-26 13:58:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1703 2012-02-04 12:22:26 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1702 2012-01-26 13:58:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1703 2012-02-04 12:22:26 cg Exp $'
 !
 
 version_SVN