diff options
author | fvogel <fvogelnew1@free.fr> | 2018-08-15 16:20:12 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-08-15 16:20:12 (GMT) |
commit | 45f80e92ddc44285e0d5333e4bddebf4f8e1d638 (patch) | |
tree | 84f1d97d7a45784cea8a4b8ba327c3756073ed73 | |
parent | 3ea798378d071bcd179217432c8fe760976f8445 (diff) | |
download | tk-45f80e92ddc44285e0d5333e4bddebf4f8e1d638.zip tk-45f80e92ddc44285e0d5333e4bddebf4f8e1d638.tar.gz tk-45f80e92ddc44285e0d5333e4bddebf4f8e1d638.tar.bz2 |
Fix [98dce84781] by partial revert of previous commit.
-rw-r--r-- | macosx/tkMacOSXDialog.c | 2 |
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] = { |