summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorleo2001-02-22 00:49:21 +0000
committerleo2001-02-22 00:49:21 +0000
commit1ed1d967b4973cf6c7b8eb6f0d160b2f6ddd713a (patch)
tree4bd03ffdebf8a4f73de884995d7f77b3e84c42fd /common
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')
-rw-r--r--common/basewnd.h4
-rwxr-xr-xcommon/system.h6
2 files changed, 5 insertions, 5 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
diff --git a/common/system.h b/common/system.h
index 62df263..0918af7 100755
--- a/common/system.h
+++ b/common/system.h
@@ -18,7 +18,7 @@ void Sys_FinishMemoryRender (void* param);
//void Sys_GetCursorPos (int *x, int *y);
//void Sys_SetCursorPos (int x, int y);
-// FIXME: moved to basewnd
+// FIXME: moved to basewnd, remove
// Message Box
#define LC_OK 1
@@ -38,8 +38,8 @@ void Sys_FinishMemoryRender (void* param);
#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