mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Set PowerRename context menu hotkey to 'w' (#1673)
This commit is contained in:
@@ -21,7 +21,7 @@ struct InvokeStruct
|
||||
CPowerRenameMenu::CPowerRenameMenu()
|
||||
{
|
||||
ModuleAddRef();
|
||||
app_name = GET_RESOURCE_STRING(IDS_POWERRENAME);
|
||||
app_name = GET_RESOURCE_STRING(IDS_POWERRENAME_APP_NAME);
|
||||
}
|
||||
|
||||
CPowerRenameMenu::~CPowerRenameMenu()
|
||||
|
||||
Binary file not shown.
@@ -295,7 +295,7 @@ public:
|
||||
PowerRenameModule()
|
||||
{
|
||||
init_settings();
|
||||
app_name = GET_RESOURCE_STRING(IDS_POWERRENAME);
|
||||
app_name = GET_RESOURCE_STRING(IDS_POWERRENAME_APP_NAME);
|
||||
}
|
||||
|
||||
~PowerRenameModule(){};
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
#define IDS_POWERRENAME 801
|
||||
#define IDI_RENAME 132
|
||||
#define IDS_SETTINGS_DESCRIPTION 2101
|
||||
#define IDS_OVERVIEW_LINK 2102
|
||||
#define IDS_RESTORE_SEARCH 2103
|
||||
#define IDS_ENABLE_AUTO 2104
|
||||
#define IDS_MAX_ITEMS 2105
|
||||
#define IDS_ICON_CONTEXT_MENU 2106
|
||||
#define IDS_EXTENDED_MENU_INFO 2107
|
||||
#define IDS_POWERRENAME_APP_NAME 2101
|
||||
#define IDS_SETTINGS_DESCRIPTION 2102
|
||||
#define IDS_OVERVIEW_LINK 2103
|
||||
#define IDS_RESTORE_SEARCH 2104
|
||||
#define IDS_ENABLE_AUTO 2105
|
||||
#define IDS_MAX_ITEMS 2106
|
||||
#define IDS_ICON_CONTEXT_MENU 2107
|
||||
#define IDS_EXTENDED_MENU_INFO 2108
|
||||
|
||||
// Next default values for new objects
|
||||
|
||||
|
||||
Reference in New Issue
Block a user