allow prompts to have titles specified. show a prompt when there are syntax errors...
[mikachu/openbox.git] / openbox / actions / exit.c
index 67545cd..875a181 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);
     }