summaryrefslogtreecommitdiff
path: root/iup/test/dialog.c
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2010-06-15 00:59:57 -0700
committerPixel <pixel@nobis-crew.org>2010-06-15 00:59:57 -0700
commiteed0eb6a476d54ce19aeff137984aa981d9e3976 (patch)
tree807891636efd2f87dcbd261e971216269973ae07 /iup/test/dialog.c
parentccc8261e4d48de89da4ddfe7b55e378ae0cd6f47 (diff)
Upgrading to iup 3.1
Diffstat (limited to 'iup/test/dialog.c')
-rwxr-xr-xiup/test/dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iup/test/dialog.c b/iup/test/dialog.c
index f8097c9..334b1cc 100755
--- a/iup/test/dialog.c
+++ b/iup/test/dialog.c
@@ -338,7 +338,7 @@ static void new_dialog(int test, char* tip)
// Windows and GTK Only
IupSetCallback(dlg, "DROPFILES_CB", (Icallback)dropfiles_cb);
-
+
if (test == 0 || test == 1)
IupShow(dlg);
else if (test == 3)