From e16bcdcc35222027c472c54064c41ab5c188a12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?VenusGirl=E2=9D=A4?= <53147200+VenusGirl@users.noreply.github.com> Date: Mon, 30 May 2022 19:09:54 +0900 Subject: [PATCH 1/4] Update menu_ko_kr.rc --- language/np3_ko_kr/menu_ko_kr.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/np3_ko_kr/menu_ko_kr.rc b/language/np3_ko_kr/menu_ko_kr.rc index 411e18f3a..119a0aa09 100644 --- a/language/np3_ko_kr/menu_ko_kr.rc +++ b/language/np3_ko_kr/menu_ko_kr.rc @@ -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)" From 0c930aa5656733f24440b6f133b695a96a79ea10 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Thu, 2 Jun 2022 00:21:14 +0200 Subject: [PATCH 2/4] +upd: version info for MS VS2022 (v17.2.3) update --- language/Line numbers to translate.txt | 4 ++-- src/Version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/language/Line numbers to translate.txt b/language/Line numbers to translate.txt index 62ddfcd77..459ccd19e 100644 --- a/language/Line numbers to translate.txt +++ b/language/Line numbers to translate.txt @@ -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) diff --git a/src/Version.h b/src/Version.h index 41ab61179..64b1c0cc5 100644 --- a/src/Version.h +++ b/src/Version.h @@ -78,7 +78,7 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1932) #if (_MSC_FULL_VER >= 193231329) - #define VER_CPL MS Visual C++ 2022 v17.2.(1-2) + #define VER_CPL MS Visual C++ 2022 v17.2.(1-3) #elif (_MSC_FULL_VER >= 193231328) #define VER_CPL MS Visual C++ 2022 v17.2.0 #endif From 0902af028928ac394cb549afac9df283e6bc0fb3 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 22 Jun 2022 06:47:30 +0200 Subject: [PATCH 3/4] +upd: version info for MS VS2022 (v17.2.4) update --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 64b1c0cc5..1b5bc74dd 100644 --- a/src/Version.h +++ b/src/Version.h @@ -78,7 +78,7 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1932) #if (_MSC_FULL_VER >= 193231329) - #define VER_CPL MS Visual C++ 2022 v17.2.(1-3) + #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 From 7497ac0a532752d23274ccaae685cddb1830a748 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Thu, 23 Jun 2022 00:23:02 +0200 Subject: [PATCH 4/4] +upd: version info for MS VS2022 (v17.2.5) update --- src/Version.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 1b5bc74dd..e448522d5 100644 --- a/src/Version.h +++ b/src/Version.h @@ -77,7 +77,9 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1932) - #if (_MSC_FULL_VER >= 193231329) + #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