From 9eecb1da13c691e5d861e946b5823d8e57013f90 Mon Sep 17 00:00:00 2001 From: Don HO Date: Fri, 16 Oct 2020 23:42:32 +0200 Subject: [PATCH] Remove an obsolete command and its translation --- PowerEditor/installer/nativeLang/english.xml | 2 -- PowerEditor/installer/nativeLang/french.xml | 1 - .../nativeLang/taiwaneseMandarin.xml | 2 -- PowerEditor/src/NppCommands.cpp | 23 ------------------- PowerEditor/src/Parameters.cpp | 1 - PowerEditor/src/menuCmdID.h | 2 +- 6 files changed, 1 insertion(+), 30 deletions(-) diff --git a/PowerEditor/installer/nativeLang/english.xml b/PowerEditor/installer/nativeLang/english.xml index 2aa80d2e..938914f9 100644 --- a/PowerEditor/installer/nativeLang/english.xml +++ b/PowerEditor/installer/nativeLang/english.xml @@ -1103,8 +1103,6 @@ You can define several column markers by using white space to separate the diffe - - diff --git a/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml b/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml index 96af7f1d..284be4e7 100644 --- a/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml +++ b/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml @@ -1077,8 +1077,6 @@ - getHSelf(), msg.c_str(), title.c_str(), MB_OK); - } - } - break; - case IDM_HOMESWEETHOME : { ::ShellExecute(NULL, TEXT("open"), TEXT("https://notepad-plus-plus.org/"), NULL, NULL, SW_SHOWNORMAL); diff --git a/PowerEditor/src/Parameters.cpp b/PowerEditor/src/Parameters.cpp index 0361a272..c5901395 100644 --- a/PowerEditor/src/Parameters.cpp +++ b/PowerEditor/src/Parameters.cpp @@ -416,7 +416,6 @@ static const WinMenuKeyDefinition winKeyDefs[] = { VK_NULL, IDM_CONFUPDATERPROXY, false, false, false, TEXT("Set Updater Proxy...") }, { VK_NULL, IDM_DEBUGINFO, false, false, false, nullptr }, { VK_F1, IDM_ABOUT, false, false, false, nullptr } -// { VK_F1, IDM_HELP, false, false, true, nullptr } }; diff --git a/PowerEditor/src/menuCmdID.h b/PowerEditor/src/menuCmdID.h index cfc62149..e8219484 100644 --- a/PowerEditor/src/menuCmdID.h +++ b/PowerEditor/src/menuCmdID.h @@ -553,7 +553,7 @@ //#define IDM_PLUGINSHOME (IDM_ABOUT + 5) #define IDM_UPDATE_NPP (IDM_ABOUT + 6) #define IDM_WIKIFAQ (IDM_ABOUT + 7) - #define IDM_HELP (IDM_ABOUT + 8) + //#define IDM_HELP (IDM_ABOUT + 8) #define IDM_CONFUPDATERPROXY (IDM_ABOUT + 9) #define IDM_CMDLINEARGUMENTS (IDM_ABOUT + 10) #define IDM_ONLINESUPPORT (IDM_ABOUT + 11)