]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/exit.c
allow prompts to have titles specified. show a prompt when there are syntax errors...
[chaz/openbox] / openbox / actions / exit.c
index 67545cd265cc168b31f9817e660565d3de73172b..875a181a4747ffa13eef86a65f47a3e09cb32d8a 100644 (file)
@@ -54,6 +54,7 @@ static gboolean run_func(ObActionsData *data, gpointer options)
         };
 
         p = prompt_new(_("Are you sure you want to exit Openbox?"),
+                       _("Exit Openbox"),
                        answers, 2, 0, 0, prompt_cb, prompt_cleanup, NULL);
         prompt_show(p, NULL, FALSE);
     }
This page took 0.019861 seconds and 4 git commands to generate.