diff --git a/res/dlgs.rc b/res/dlgs.rc index 57eae4d..eeea18a 100644 --- a/res/dlgs.rc +++ b/res/dlgs.rc @@ -1,8 +1,8 @@ #define IDI_ICON 1020 - +#define IDI_ICON2 1030 IDI_ICON ICON "icon.ico" - +IDI_ICON2 ICON "icon2.ico" diff --git a/res/icon2.ico b/res/icon2.ico new file mode 100644 index 0000000..5201dc5 Binary files /dev/null and b/res/icon2.ico differ