ChangesBrowser.st
changeset 2637 2df524da9f63
parent 2635 4ac62d4f2346
child 2641 cfd94f3cc611
--- a/ChangesBrowser.st	Thu Mar 02 01:32:43 2000 +0100
+++ b/ChangesBrowser.st	Thu Mar 02 12:45:32 2000 +0100
@@ -18,7 +18,7 @@
 		changeFileSize changeFileTimestamp checkBlock changeTimeStamps
 		tabSpec autoUpdate editingClassSource lastSearchType
 		applyInOriginalNameSpace lastSaveFileName'
-	classVariableNames:'CompressSnapshotInfo NoColoring ShowWarningDialogs'
+	classVariableNames:'CompressSnapshotInfo NoColoring ShowWarningDialogs DefaultIcon'
 	poolDictionaries:''
 	category:'Interface-Browsers'
 !
@@ -3414,5 +3414,5 @@
 !ChangesBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.192 2000-03-01 20:43:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.193 2000-03-02 11:45:32 cg Exp $'
 ! !