change the buttons in the kill prompt from "yes/no" which can be a little confusing...
authorDana Jansens <danakj@orodu.net>
Tue, 26 Feb 2008 05:59:25 +0000 (00:59 -0500)
committerDana Jansens <danakj@orodu.net>
Tue, 26 Feb 2008 05:59:25 +0000 (00:59 -0500)
openbox/client.c

index fbe728d..26b8dc6 100644 (file)
@@ -3413,8 +3413,8 @@ static void client_prompt_kill(ObClient *self)
     /* 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;