]> Dogcows Code - chaz/openbox/commitdiff
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 fbe728d1d52ae0bffc33531793a82de875d39924..26b8dc699974de93cc19bfa351a423fc44800226 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;
 
This page took 0.024812 seconds and 4 git commands to generate.