#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 12 Jan 2017 10:07:28 +0100
changeset 17210 7febc2ec2898
parent 17209 9fa5c28001d5
child 17211 9bea2d537d51
#DOCUMENTATION by cg class: FileBrowserV2 comment/format in: #removeFromLauncher
FileBrowserV2.st
--- a/FileBrowserV2.st	Wed Jan 11 16:36:45 2017 +0100
+++ b/FileBrowserV2.st	Thu Jan 12 10:07:28 2017 +0100
@@ -271,9 +271,7 @@
 !
 
 removeFromLauncher
-    "/
-    "/ remove myself from the launcher menu
-    "/
+    "remove myself from the launcher's menu & settings dialog"
 
     |currentLauncher|
 
@@ -281,7 +279,7 @@
     NewLauncher removeUserTool:#fileBrowserV2.
     currentLauncher := NewLauncher current.
     currentLauncher notNil ifTrue:[
-	currentLauncher fileBrowserItemVisible value:false
+        currentLauncher fileBrowserItemVisible value:false
     ].
     NewLauncher removeSettingsApplicationByClass:#'FileBrowserV2SettingsAppl'.