all repos — openbox @ 92f23264c78f759052fd6d1376961382c55699e4

openbox fork - make it a bit more like ryudo

change the yes/no buttons to Exit/Cancel for the exit prompt
Dana Jansens danakj@orodu.net
commit

92f23264c78f759052fd6d1376961382c55699e4

parent

fbacc56d9d0792631b5160df1244ee10214db37d

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

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

@@ -43,8 +43,8 @@

if (o->prompt) { ObPrompt *p; ObPromptAnswer answers[] = { - { _("No"), 0 }, - { _("Yes"), 1 } + { _("Cancel"), 0 }, + { _("Exit"), 1 } }; p = prompt_new(_("Are you sure you want to exit Openbox?"),