We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c95f17 commit 7f492f3Copy full SHA for 7f492f3
Src/StartMenu/StartMenuDLL/StartMenuDLL.rc
@@ -349,6 +349,8 @@ END
349
// remains consistent on all systems.
350
IDI_APPICON ICON "..\\..\\Setup\\OpenShell.ico"
351
IDI_APPSICON ICON "apps.ico"
352
+IDI_APPSICON10 ICON "apps10.ico"
353
+IDI_APPSICON11 ICON "apps11.ico"
354
IDI_BTN_CLASSIC ICON "btn_aero.ico"
355
IDI_START ICON "start.ico"
356
IDI_START10 ICON "start10.ico"
Src/StartMenu/StartMenuDLL/apps10.ico
70.9 KB
Src/StartMenu/StartMenuDLL/apps11.ico
80.3 KB
Src/StartMenu/StartMenuDLL/resource.h
@@ -4,6 +4,8 @@
4
//
5
#define IDI_APPICON 1
6
#define IDI_APPSICON 2
7
+#define IDI_APPSICON10 3
8
+#define IDI_APPSICON11 4
9
#define IDD_RENAME 102
10
#define IDC_EDITNAME 102
11
#define IDD_RENAMER 103
0 commit comments