Skip to content

Commit 55122d8

Browse files
committed
Added remaining icons as additional menu icons for ShellAnything.
1 parent 8ec636f commit 55122d8

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

src/resource.rc.in

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,13 @@ IDR_SHELLANYTHING REGISTRY "shellext.rgs"
6161

6262
// Icon with lowest ID value placed first to ensure application icon
6363
// remains consistent on all systems.
64-
IDI_ICON_MAIN ICON "@CMAKE_SOURCE_DIR@/resources/icons/shellanything.ico"
64+
IDI_ICON_MAIN ICON "@CMAKE_SOURCE_DIR@/resources/icons/shellanything.ico"
65+
IDI_ICON_SA_TEXT ICON "@CMAKE_SOURCE_DIR@/resources/icons/sa-text.ico"
66+
IDI_ICON_SA_BUBBLE ICON "@CMAKE_SOURCE_DIR@/resources/icons/sa-bubble.ico"
67+
IDI_ICON_MENU01 ICON "@CMAKE_SOURCE_DIR@/resources/icons/menu01.ico"
68+
IDI_ICON_MENU02 ICON "@CMAKE_SOURCE_DIR@/resources/icons/menu02.ico"
69+
IDI_ICON_MENU03 ICON "@CMAKE_SOURCE_DIR@/resources/icons/menu03.ico"
70+
6571

6672

6773
#endif // English (United States) resources

src/shellextension/resource.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44
//
55
#define IDR_SHELLANYTHING 102
66
#define IDI_ICON_MAIN 103
7+
#define IDI_ICON_MENU01 104
8+
#define IDI_ICON_MENU02 105
9+
#define IDI_ICON_MENU03 106
10+
#define IDI_ICON_SA_BUBBLE 107
11+
#define IDI_ICON_SA_TEXT 108
12+
713

814
// Next default values for new objects
915
//
1016
#ifdef APSTUDIO_INVOKED
1117
#ifndef APSTUDIO_READONLY_SYMBOLS
12-
#define _APS_NEXT_RESOURCE_VALUE 104
18+
#define _APS_NEXT_RESOURCE_VALUE 109
1319
#define _APS_NEXT_COMMAND_VALUE 40001
1420
#define _APS_NEXT_CONTROL_VALUE 1001
1521
#define _APS_NEXT_SYMED_VALUE 101

0 commit comments

Comments
 (0)