summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDialog.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-01-13 18:07:17 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-01-13 18:07:17 (GMT)
commitcaec41fab247510f1ed7e616ce6cfe7a2593a815 (patch)
tree375869cab17faca3d43a067cb1c21fa0a122db73 /macosx/tkMacOSXDialog.c
parentcbe1741d686fd3de6be07ad51e091360d967b1ef (diff)
parent2cabee819956e5a5b0293e228faa026d217a621a (diff)
downloadtk-caec41fab247510f1ed7e616ce6cfe7a2593a815.zip
tk-caec41fab247510f1ed7e616ce6cfe7a2593a815.tar.gz
tk-caec41fab247510f1ed7e616ce6cfe7a2593a815.tar.bz2
Rebased to latest trunk
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 257f16d..f6edb6d 100644
--- a/macosx/tkMacOSXDialog.c
+++ b/macosx/tkMacOSXDialog.c
@@ -1030,7 +1030,7 @@ Tk_MessageBoxObjCmd(
NSAlert *alert = [NSAlert new];
NSInteger modalReturnCode = 1;
BOOL parentIsKey = NO;
-
+
iconIndex = ICON_INFO;
typeIndex = TYPE_OK;
for (i = 1; i < objc; i += 2) {