mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Fixing report string.
This commit is contained in:
parent
d6dd94778c
commit
7ebc86ca41
@ -420,7 +420,7 @@ static bool start_desktop_file(const char *cmd) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(!d.exec(buf, PATH_MAX)) {
|
if(!d.exec(buf, PATH_MAX)) {
|
||||||
alert(_("Unable to run '%s'.\nProbably this file is malformed or 'Exec' key has non-installed program"), cmd);
|
alert(_("Unable to run '%s'.\nProbably the file is malformed or 'Exec' key has program which is not installed"), cmd);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -624,6 +624,7 @@ int main(int argc, char** argv) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* check if we have .desktop file */
|
/* check if we have .desktop file */
|
||||||
if(argv[ca] && str_ends(argv[ca], ".desktop"))
|
if(argv[ca] && str_ends(argv[ca], ".desktop"))
|
||||||
return RETURN_FROM_BOOL(start_desktop_file(argv[ca]));
|
return RETURN_FROM_BOOL(start_desktop_file(argv[ca]));
|
||||||
|
Loading…
Reference in New Issue
Block a user