added a fixme note for the config file name
[simple-launcher] / simple-launcher.cc
index 8c2e319..b4f52a8 100644 (file)
@@ -172,6 +172,7 @@ void SimpleLauncherApplet::addItem(LauncherItems& items, const std::string& name
   }
 }
 
+// FIXME: this probably should be done somehow differently
 static char *configFileName="/home/user/.slarc";
 
 void SimpleLauncherApplet::loadConfig() {