From a321f1cc9f9ffe61ee87adcbdfc922030c5533b3 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Sat, 26 Mar 2005 19:23:52 +0000 Subject: [PATCH] Added simple icon (on Windows) This was SVN commit r2052. --- binaries/system/ps.ico | Bin 0 -> 766 bytes source/lib/sysdep/win/assert_dlg.h | 3 ++- source/lib/sysdep/win/assert_dlg.rc | 9 +++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 binaries/system/ps.ico diff --git a/binaries/system/ps.ico b/binaries/system/ps.ico new file mode 100644 index 0000000000000000000000000000000000000000..997f799609791aaf8335033fdc8580d4bbc17caa GIT binary patch literal 766 zcma)4yKciU45XU^9o?yGJoYczKdXO3@RtY-VDIrqWbBwRfQqtrq~*9qhf+RCNAf7^ zA=03A-Lud>A4Fa-z5*Ta4m9$J9)?&oW`}~F-aqMk&Hyw_rfI@RkNGENoB?QbvHR0n zv+E{cMRmOAnz~g-8&owUEs`~-H0bCh7zRygNkG^s986#sxzVEncu-`qV$tkTPk^A* zu<9@bcQLx0M#?k!K%SkGI>&J3avS>}pXall0RC`+I{3Wj=X+e&d@gu`RH={sfh@)o zE0uV;IFL(YBb6=4BzR!?_7LUMgN3-eRPvTqT<4ff2CUWH8 jUPPXVN#sz`V-7Ssta0XD79DG_7HhJ$@!4@Lt_k}A@|Z*~ literal 0 HcmV?d00001 diff --git a/source/lib/sysdep/win/assert_dlg.h b/source/lib/sysdep/win/assert_dlg.h index f57d105c75..2c57f52ae3 100755 --- a/source/lib/sysdep/win/assert_dlg.h +++ b/source/lib/sysdep/win/assert_dlg.h @@ -3,6 +3,7 @@ // Used by assert_dlg.rc // #define IDD_DIALOG1 101 +#define IDI_ICON1 102 #define IDC_EDIT1 1001 #define IDC_COPY 1002 #define IDC_CONTINUE 2000 @@ -15,7 +16,7 @@ #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NO_MFC 1 -#define _APS_NEXT_RESOURCE_VALUE 102 +#define _APS_NEXT_RESOURCE_VALUE 103 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 1003 #define _APS_NEXT_SYMED_VALUE 101 diff --git a/source/lib/sysdep/win/assert_dlg.rc b/source/lib/sysdep/win/assert_dlg.rc index 46d70654ba..3ca5756b1a 100755 --- a/source/lib/sysdep/win/assert_dlg.rc +++ b/source/lib/sysdep/win/assert_dlg.rc @@ -71,6 +71,15 @@ BEGIN END #endif // APSTUDIO_INVOKED + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_ICON1 ICON "..\..\..\..\binaries\system\ps.ico" #endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////