summaryrefslogtreecommitdiff
path: root/common/basewnd.h
diff options
context:
space:
mode:
authorleo2001-02-22 00:49:21 +0000
committerleo2001-02-22 00:49:21 +0000
commit1ed1d967b4973cf6c7b8eb6f0d160b2f6ddd713a (patch)
tree4bd03ffdebf8a4f73de884995d7f77b3e84c42fd /common/basewnd.h
parent0c942e63ebfc5daf264484f149096c40af3b8359 (diff)
Fixed some MessageBox icons that were swapped
git-svn-id: http://svn.leocad.org/trunk@251 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/basewnd.h')
-rw-r--r--common/basewnd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/basewnd.h b/common/basewnd.h
index 1380ad4..1af4db6 100644
--- a/common/basewnd.h
+++ b/common/basewnd.h
@@ -45,8 +45,8 @@ typedef struct
#define LC_MB_ICONERROR 0x010
#define LC_MB_ICONQUESTION 0x020
-#define LC_MB_ICONWARNING 0x040
-#define LC_MB_ICONINFORMATION 0x080
+#define LC_MB_ICONWARNING 0x030
+#define LC_MB_ICONINFORMATION 0x040
#define LC_MB_TYPEMASK 0x00F
#define LC_MB_ICONMASK 0x0F0