added: #applicationIcon
authorfm
Tue, 22 Sep 2009 14:17:35 +0200
changeset 8762 cafd4ddc6c29
parent 8761 993414b0b0f1
child 8763 22ea00721dff
added: #applicationIcon
FileBrowserV2.st
--- a/FileBrowserV2.st	Tue Sep 22 14:04:04 2009 +0200
+++ b/FileBrowserV2.st	Tue Sep 22 14:17:35 2009 +0200
@@ -364,6 +364,11 @@
 
 !FileBrowserV2 class methodsFor:'image specs'!
 
+applicationIcon
+
+    ^ self defaultIcon
+!
+
 closePreviewButtonImage
       ^ ToolbarIconLibrary removeTabIcon
 !
@@ -1975,7 +1980,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.181 2009-02-03 11:16:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.182 2009-09-22 12:17:35 fm Exp $'
 ! !
 
 FileBrowserV2 initialize!