From 1ed1d967b4973cf6c7b8eb6f0d160b2f6ddd713a Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 22 Feb 2001 00:49:21 +0000 Subject: Fixed some MessageBox icons that were swapped git-svn-id: http://svn.leocad.org/trunk@251 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- common/basewnd.h | 4 ++-- common/system.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'common') 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 -- cgit v1.2.3