]> Dogcows Code - chaz/openbox/commitdiff
change the yes/no buttons to Exit/Cancel for the exit prompt
authorDana Jansens <danakj@orodu.net>
Thu, 28 Feb 2008 03:14:11 +0000 (22:14 -0500)
committerDana Jansens <danakj@orodu.net>
Thu, 28 Feb 2008 03:14:11 +0000 (22:14 -0500)
openbox/actions/exit.c

index 8430729b16ed0121a94045b397565249ccace581..19b78e9cb438c9bc6965e2611d24b91d9492f33c 100644 (file)
@@ -43,8 +43,8 @@ static gboolean run_func(ObActionsData *data, gpointer options)
     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?"),
This page took 0.022223 seconds and 4 git commands to generate.