FileBrowserV2.st
changeset 17210 7febc2ec2898
parent 16222 f4f51d94ec42
child 17276 213d590bcf54
child 17374 b5dded40c579
--- 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'.