add a title to the session logout confirm prompt
[dana/openbox.git] / openbox / actions / session.c
index ef1497c..9bc9ea8 100644 (file)
@@ -65,6 +65,7 @@ static gboolean logout_func(ObActionsData *data, gpointer options)
 
         o2 = g_memdup(o, sizeof(Options));
         p = prompt_new(_("Are you sure you want to log out?"),
+                       _("Log out"),
                        answers, 2, 0, 0, prompt_cb, prompt_cleanup, o2);
         prompt_show(p, NULL, FALSE);
     }