AbstractLauncherApplication.st
changeset 7455 9003f35c3458
parent 7439 a6c6fb77a35f
child 7484 d8ff12aafbaa
--- a/AbstractLauncherApplication.st	Mon Oct 23 16:01:27 2006 +0200
+++ b/AbstractLauncherApplication.st	Mon Oct 23 20:38:03 2006 +0200
@@ -11,7 +11,7 @@
 "
 "{ Package: 'stx:libtool' }"
 
-MultiViewToolApplication subclass:#AbstractLauncherApplication
+ToolApplicationModel subclass:#AbstractLauncherApplication
 	instanceVariableNames:'transcript'
 	classVariableNames:'NotifyingEmergencyHandler OpenLaunchers RegisteredMenuHandlers
 		OpenSettingsDialog SettingsList'
@@ -6554,5 +6554,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.339 2006-10-23 08:41:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.340 2006-10-23 18:38:03 cg Exp $'
 ! !