all repos — openbox @ dd97c9beac2778cddb97603315b21778323a25c7

openbox fork - make it a bit more like ryudo

change the buttons in the kill prompt from "yes/no" which can be a little confusing to be more clear "cancel/force exit" so people won't do the wrong thing by accident so much
Dana Jansens danakj@orodu.net
commit

dd97c9beac2778cddb97603315b21778323a25c7

parent

14b422f9a3f178fb8e4dea1e8e6a94c6bd2167c5

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

jump to
M openbox/client.copenbox/client.c

@@ -3413,8 +3413,8 @@ {

/* check if we're already prompting */ if (!self->kill_prompt) { ObPromptAnswer answers[] = { - { _("No"), OB_KILL_RESULT_NO }, - { _("Yes"), OB_KILL_RESULT_YES } + { _("Cancel"), OB_KILL_RESULT_NO }, + { _("Force Exit"), OB_KILL_RESULT_YES } }; gchar *m;