NewLauncher.st
changeset 15276 4a8cb60897a2
parent 15274 97b0c75e5de7
child 15304 f05faa74cb39
--- a/NewLauncher.st	Fri Feb 13 19:22:14 2015 +0100
+++ b/NewLauncher.st	Fri Feb 13 19:22:31 2015 +0100
@@ -2755,6 +2755,10 @@
             labelImage: (ResourceRetriever ToolbarIconLibrary startWorkspaceIcon 'Workspace')
           )
          (MenuItem
+            label: 'Text Diff'
+            itemValue: openTextDiffTool
+          )
+         (MenuItem
             enabled: monticelloRepositoryAvailable
             label: 'Monticello Repository Browser'
             itemValue: startMonticelloRepositoryBrowser
@@ -5683,14 +5687,14 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.532 2015-02-13 17:45:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.533 2015-02-13 18:22:31 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.532 2015-02-13 17:45:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.533 2015-02-13 18:22:31 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: NewLauncher.st,v 1.532 2015-02-13 17:45:46 cg Exp $'
+    ^ '$Id: NewLauncher.st,v 1.533 2015-02-13 18:22:31 cg Exp $'
 ! !