diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-03-02 17:12:11 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-03-02 17:12:11 -0500 |
| commit | 9d9ca8d1cf76a63767aef4bd74f5caceaad5ff23 (patch) | |
| tree | 7fb525dd73ef212ac01fad34e1db75681fce6a8c /openbox/actions/execute.c | |
| parent | 14f4a0ba56b5e9619c9d9e65c0a3ede41595276e (diff) | |
allow prompts to have titles specified. show a prompt when there are syntax errors in the xml config files.
Diffstat (limited to 'openbox/actions/execute.c')
| -rw-r--r-- | openbox/actions/execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/actions/execute.c b/openbox/actions/execute.c index 636dbebf..cb3ab247 100644 --- a/openbox/actions/execute.c +++ b/openbox/actions/execute.c @@ -130,7 +130,7 @@ static gboolean run_func(ObActionsData *data, gpointer options) }; ocp = dup_options(options); - p = prompt_new(o->prompt, answers, 2, 0, 0, + p = prompt_new(o->prompt, _("Execute"), answers, 2, 0, 0, prompt_cb, prompt_cleanup, ocp); prompt_show(p, NULL, FALSE); |
