fix thorium_shell.exe icon
This commit is contained in:
parent
206b27082d
commit
eebb785072
2 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,6 @@
|
|||
#define IDC_PROMPTEDIT 1005
|
||||
#define IDC_DIALOGTEXT 1006
|
||||
|
||||
#define IDI_THORIUM_SHELL 104
|
||||
#ifndef IDC_STATIC
|
||||
#define IDC_STATIC -1
|
||||
#endif
|
||||
|
|
|
@ -45,7 +45,7 @@ END
|
|||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
IDR_MAINFRAME ICON "thorium_shell.ico"
|
||||
IDI_THORIUM_SHELL ICON "thorium_shell.ico"
|
||||
// IDI_THORIUM_SHELL ICON "thorium_shell.ico"
|
||||
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in a new issue