category change
authorpenk
Thu, 16 Oct 2003 10:32:44 +0200
changeset 5283 9264c15059e7
parent 5282 b0c82c2ef384
child 5284 fd44a4edaac1
category change
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Wed Oct 15 12:23:35 2003 +0200
+++ b/AbstractSettingsApplication.st	Thu Oct 16 10:32:44 2003 +0200
@@ -255,11 +255,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-!
-
-windowSpec
-
-    self subclassResponsibility
 ! !
 
 !AbstractSettingsApplication class methodsFor:'defaults'!
@@ -269,6 +264,12 @@
     ^ AbstractLauncherApplication classResources
 ! !
 
+!AbstractSettingsApplication class methodsFor:'interface specs'!
+
+windowSpec
+    self subclassResponsibility
+! !
+
 !AbstractSettingsApplication methodsFor:'accessing'!
 
 requestor:something
@@ -10907,5 +10908,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.113 2003-10-14 14:50:07 penk Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.114 2003-10-16 08:32:44 penk Exp $'
+! !