From: Dana Jansens Date: Sun, 2 Mar 2008 22:19:39 +0000 (-0500) Subject: add a title to the session logout confirm prompt X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=f542c5143ac115937c5ee8f3a229e557383cd180;p=chaz%2Fopenbox add a title to the session logout confirm prompt --- diff --git a/openbox/actions/session.c b/openbox/actions/session.c index 8fb4f4d7..9bc9ea80 100644 --- a/openbox/actions/session.c +++ b/openbox/actions/session.c @@ -64,7 +64,8 @@ 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?"), NULL, + 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); }