FileBrowserV2.st
branchjv
changeset 17276 213d590bcf54
parent 16223 c1e0c55dfab6
parent 17210 7febc2ec2898
--- a/FileBrowserV2.st	Sat Jan 14 00:38:54 2017 +0000
+++ b/FileBrowserV2.st	Mon Jan 16 19:58:08 2017 +0000
@@ -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'.