elauncher calls replaced with ede-launch

This commit is contained in:
Sanel Zukan
2009-02-25 13:20:39 +00:00
parent 971172ac14
commit ffb6f38ccd
3 changed files with 6 additions and 6 deletions

View File

@@ -200,12 +200,12 @@ void MainMenu::clear_favourites()
%v the name of the Device entry in the desktop file
*/
// This function is now implemented in elauncher
// This function is now implemented in ede-launch
void MainMenu::resolve_program(Fl_String cmd)
{
char pRun[FL_PATH_MAX];
snprintf(pRun, sizeof(pRun)-1, "elauncher \"%s\"", cmd.c_str());
snprintf(pRun, sizeof(pRun)-1, "ede-launch \"%s\"", cmd.c_str());
fl_start_child_process(pRun, false);
}