category change
authorClaus Gittinger <cg@exept.de>
Tue, 10 Dec 2002 12:03:59 +0100
changeset 4360 959719f86629
parent 4359 35995cc972f7
child 4361 f103a1a7ec7f
category change
FileApplicationNoteBook.st
FileBrowserV2PanelView.st
--- a/FileApplicationNoteBook.st	Tue Dec 10 12:02:15 2002 +0100
+++ b/FileApplicationNoteBook.st	Tue Dec 10 12:03:59 2002 +0100
@@ -243,7 +243,7 @@
     selectionHistoryList := aCol 
 ! !
 
-!FileApplicationNoteBook methodsFor:'accessing applications'!
+!FileApplicationNoteBook methodsFor:'accessing-applications'!
 
 getAllApplicationsByClass:aClass andType:aType
 
@@ -4714,5 +4714,5 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.40 2002-12-06 11:48:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.41 2002-12-10 11:03:59 cg Exp $'
 ! !
--- a/FileBrowserV2PanelView.st	Tue Dec 10 12:02:15 2002 +0100
+++ b/FileBrowserV2PanelView.st	Tue Dec 10 12:03:59 2002 +0100
@@ -111,7 +111,7 @@
     whichView := something.
 ! !
 
-!FileBrowserV2PanelView methodsFor:'accessing mvc'!
+!FileBrowserV2PanelView methodsFor:'accessing-mvc'!
 
 visibilityHolder
     ^ visibilityHolder
@@ -190,5 +190,5 @@
 !FileBrowserV2PanelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2PanelView.st,v 1.1 2002-09-25 07:58:30 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2PanelView.st,v 1.2 2002-12-10 11:03:27 cg Exp $'
 ! !