make example/syntac for app action useful.

This commit is contained in:
Carsten Haitzler 2014-01-21 21:30:17 +09:00
parent b399b6a9ca
commit 9b4b003c40
1 changed files with 1 additions and 1 deletions

View File

@ -3312,7 +3312,7 @@ e_actions_init(void)
/* app */
ACT_GO(app);
e_action_predef_name_set(N_("Launch"), N_("Application"), "app", NULL,
"syntax: , example:", 1);
"syntax: [file:file.desktop|name:App Name|generic:Generic Name|exe:exename], example: file:terminology.desktop | file:/path/to/terminology.desktop | name:Terminology | generic:Terminal Emulator | exe:xterm", 1);
/* new instance of focused app */
ACT_GO(app_new_instance);