diff --git a/binaries/system/ps.ico b/binaries/system/ps.ico new file mode 100644 index 0000000000..997f799609 Binary files /dev/null and b/binaries/system/ps.ico differ 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 /////////////////////////////////////////////////////////////////////////////