]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/execute.c
allow prompts to have titles specified. show a prompt when there are syntax errors...
[chaz/openbox] / openbox / actions / execute.c
index 636dbebf3e3bd0f709d1dec6c652ffcc79b7665f..cb3ab24796a0e74d0da9ecf87ccdc8cc21bcfed0 100644 (file)
@@ -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);
 
This page took 0.020988 seconds and 4 git commands to generate.