X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fexecute.c;h=cb3ab24796a0e74d0da9ecf87ccdc8cc21bcfed0;hb=9cf5903e16c68ce1877d8d04ca6ee1c28e04a5ce;hp=636dbebf3e3bd0f709d1dec6c652ffcc79b7665f;hpb=bb557f06a6828a95ee94c7579919dec1ee014484;p=chaz%2Fopenbox 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);