checkin from browser
authorClaus Gittinger <cg@exept.de>
Mon, 05 Nov 2001 18:56:59 +0100
changeset 3362 e02cc20dd18f
parent 3361 c00784f555a3
child 3363 406ddb82a56a
checkin from browser
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Mon Nov 05 18:34:35 2001 +0100
+++ b/AbstractLauncherApplication.st	Mon Nov 05 18:56:59 2001 +0100
@@ -1205,6 +1205,14 @@
     ]
 !
 
+startChangeSetBrowser
+    "open a change Set Browser"
+
+    ChangeSetBrowser open
+
+    "Created: / 5.11.2001 / 18:04:05 / cg"
+!
+
 startChangesBrowser
     "open a changebrowser - either new or old GUI, depending on userPrefs"
 
@@ -6298,5 +6306,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.171 2001-10-18 15:11:58 james Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.172 2001-11-05 17:56:59 cg Exp $'
 ! !