Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_Master

This commit is contained in:
METANEOCORTEX\Kotti 2022-06-29 10:18:49 +02:00
commit 90b56edbb4
3 changed files with 7 additions and 5 deletions

View File

@ -10,11 +10,11 @@ January 2022: Line numbers to translate_2022-01 - https://workupload.com/file/
February 2022: Line numbers to translate_2022-02 - https://workupload.com/file/vr9gjJzTyEz (2022-02-20)
March 2022: Line numbers to translate_2022-03 - No "Added or Modified" items in March (2022-03-31)
March 2022: Line numbers to translate_2022-03 - No "Added or Modified" items in March (2022-03-xx)
April 2022: Line numbers to translate_2022-04 - https://workupload.com/file/tgdbQPMbZyP (2022-04-16)
May 2022: Line numbers to translate_2022-05 - (2022-05-xx)
May 2022: Line numbers to translate_2022-05 - No "Added or Modified" items in May (2022-05-xx)
June 2022: Line numbers to translate_2022-06 - (2022-06-xx)

View File

@ -95,7 +95,7 @@ BEGIN
END
MENUITEM SEPARATOR
MENUITEM "파일에서 되돌리기(&V)\tF5", IDM_FILE_REVERT
MENUITEM "파일 Var 무시&I)", CMD_IGNORE_FILE_VARS
MENUITEM "파일 Var 무시(&I)", CMD_IGNORE_FILE_VARS
POPUP "인코딩(&E)"
BEGIN
POPUP "파일에서 다음으로 되돌리기(&R)"

View File

@ -77,8 +77,10 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1932)
#if (_MSC_FULL_VER >= 193231329)
#define VER_CPL MS Visual C++ 2022 v17.2.(1-2)
#if (_MSC_FULL_VER >= 193231332)
#define VER_CPL MS Visual C++ 2022 v17.2.5
#elif (_MSC_FULL_VER >= 193231329)
#define VER_CPL MS Visual C++ 2022 v17.2.(1-4)
#elif (_MSC_FULL_VER >= 193231328)
#define VER_CPL MS Visual C++ 2022 v17.2.0
#endif