summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-05-10 22:58:21 +0200
committerQC <qball@gmpclient.org>2014-05-10 22:58:21 +0200
commitdb9bb13111e1fbb191e8bf073d28315d8798c92d (patch)
treeb81026db8dad42b80b6240414d410c132c9aceb9 /source
parentab1b6e7127b07c39b090eb921754f7254519c86d (diff)
clearer that run dialog
Diffstat (limited to 'source')
-rw-r--r--source/run-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/run-dialog.c b/source/run-dialog.c
index 15875f41..1b39d438 100644
--- a/source/run-dialog.c
+++ b/source/run-dialog.c
@@ -399,7 +399,7 @@ SwitcherMode run_switcher_dialog ( char **input )
cmd_list[1] = NULL;
}
- int mretv = menu ( cmd_list, input, "$", NULL, &shift, token_match, NULL, &selected_line );
+ int mretv = menu ( cmd_list, input, "run", NULL, &shift, token_match, NULL, &selected_line );
if ( mretv == MENU_NEXT )
{