summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDialog.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-08-15 16:21:56 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-08-15 16:21:56 (GMT)
commite96f68e8db5de462ddac02cfd3eca3189cbcaae1 (patch)
tree8daa7c2c20f1b3cd5708edb8d8443136d411acbb /macosx/tkMacOSXDialog.c
parente4cf14f6777b91463c6c453a09144f82876a7ca8 (diff)
parent45f80e92ddc44285e0d5333e4bddebf4f8e1d638 (diff)
downloadtk-e96f68e8db5de462ddac02cfd3eca3189cbcaae1.zip
tk-e96f68e8db5de462ddac02cfd3eca3189cbcaae1.tar.gz
tk-e96f68e8db5de462ddac02cfd3eca3189cbcaae1.tar.bz2
Fix [98dce84781]: yesno messageBoxes on macOS return wrong values
Diffstat (limited to 'macosx/tkMacOSXDialog.c')
-rw-r--r--macosx/tkMacOSXDialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXDialog.c b/macosx/tkMacOSXDialog.c
index 97d4018..65e06a6 100644
--- a/macosx/tkMacOSXDialog.c
+++ b/macosx/tkMacOSXDialog.c
@@ -117,7 +117,7 @@ enum alertIconOptions {
ICON_ERROR, ICON_INFO, ICON_QUESTION, ICON_WARNING
};
static const char *const alertButtonStrings[] = {
- "abort", "retry", "ignore", "ok", "cancel", "no", "yes", NULL
+ "abort", "retry", "ignore", "ok", "cancel", "yes", "no", NULL
};
static const NSString *const alertButtonNames[][3] = {