all repos — openbox @ f542c5143ac115937c5ee8f3a229e557383cd180

openbox fork - make it a bit more like ryudo

add a title to the session logout confirm prompt
Dana Jansens danakj@orodu.net
commit

f542c5143ac115937c5ee8f3a229e557383cd180

parent

9d9ca8d1cf76a63767aef4bd74f5caceaad5ff23

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M openbox/actions/session.copenbox/actions/session.c

@@ -64,7 +64,8 @@ { _("Log out"), 1 }

}; 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); }