summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-08-15 16:20:12 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-08-15 16:20:12 (GMT)
commit45f80e92ddc44285e0d5333e4bddebf4f8e1d638 (patch)
tree84f1d97d7a45784cea8a4b8ba327c3756073ed73 /macosx
parent3ea798378d071bcd179217432c8fe760976f8445 (diff)
downloadtk-45f80e92ddc44285e0d5333e4bddebf4f8e1d638.zip
tk-45f80e92ddc44285e0d5333e4bddebf4f8e1d638.tar.gz
tk-45f80e92ddc44285e0d5333e4bddebf4f8e1d638.tar.bz2
Fix [98dce84781] by partial revert of previous commit.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXDialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXDialog.c b/macosx/tkMacOSXDialog.c
index 1effe48..55c761f 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] = {