Set PowerRename context menu hotkey to 'w' (#1673)

This commit is contained in:
stefansjfw
2020-03-25 11:12:38 +01:00
committed by GitHub
parent 1476395829
commit b835716e36
4 changed files with 10 additions and 9 deletions

View File

@@ -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()

View File

@@ -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(){};

View File

@@ -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