From 2593d64fbbc96ec1fc1761e311f0d741b062a9ca Mon Sep 17 00:00:00 2001 From: Don HO Date: Sun, 13 Aug 2017 00:43:14 +0200 Subject: [PATCH] Update translation files --- PowerEditor/installer/nativeLang/chinese.xml | 10 +++------- PowerEditor/installer/nativeLang/english.xml | 12 ++++-------- .../installer/nativeLang/english_customizable.xml | 12 ++++-------- PowerEditor/installer/nativeLang/french.xml | 10 +++------- PowerEditor/src/ScitillaComponent/FindReplaceDlg.cpp | 3 --- .../src/ScitillaComponent/FindReplaceDlg_rc.h | 2 +- 6 files changed, 15 insertions(+), 34 deletions(-) diff --git a/PowerEditor/installer/nativeLang/chinese.xml b/PowerEditor/installer/nativeLang/chinese.xml index 17a5cdb56..2305b4891 100644 --- a/PowerEditor/installer/nativeLang/chinese.xml +++ b/PowerEditor/installer/nativeLang/chinese.xml @@ -1,6 +1,6 @@ - +
@@ -341,20 +341,17 @@ - + - - - @@ -995,8 +992,7 @@ - + diff --git a/PowerEditor/installer/nativeLang/english.xml b/PowerEditor/installer/nativeLang/english.xml index 4accf1478..a564878ea 100644 --- a/PowerEditor/installer/nativeLang/english.xml +++ b/PowerEditor/installer/nativeLang/english.xml @@ -1,6 +1,6 @@ - +
@@ -339,21 +339,18 @@ - - + + - - - @@ -1002,8 +999,7 @@ - + diff --git a/PowerEditor/installer/nativeLang/english_customizable.xml b/PowerEditor/installer/nativeLang/english_customizable.xml index aa6cc182c..b8f896894 100644 --- a/PowerEditor/installer/nativeLang/english_customizable.xml +++ b/PowerEditor/installer/nativeLang/english_customizable.xml @@ -1,6 +1,6 @@ - +
@@ -339,21 +339,18 @@ - - + + - - - @@ -1002,8 +999,7 @@ - + diff --git a/PowerEditor/installer/nativeLang/french.xml b/PowerEditor/installer/nativeLang/french.xml index 2479579b5..dad4ba028 100644 --- a/PowerEditor/installer/nativeLang/french.xml +++ b/PowerEditor/installer/nativeLang/french.xml @@ -1,6 +1,6 @@ - +
@@ -336,7 +336,7 @@ - + @@ -344,14 +344,11 @@ - - - @@ -984,8 +981,7 @@ - + diff --git a/PowerEditor/src/ScitillaComponent/FindReplaceDlg.cpp b/PowerEditor/src/ScitillaComponent/FindReplaceDlg.cpp index aea22c76d..038122fdd 100644 --- a/PowerEditor/src/ScitillaComponent/FindReplaceDlg.cpp +++ b/PowerEditor/src/ScitillaComponent/FindReplaceDlg.cpp @@ -2309,7 +2309,6 @@ void FindReplaceDlg::enableMarkAllControls(bool isEnable) ::ShowWindow(::GetDlgItem(_hSelf, IDC_IN_SELECTION_CHECK), hideOrShow); ::ShowWindow(::GetDlgItem(_hSelf, IDC_BACKWARDDIRECTION), !hideOrShow); - ::ShowWindow(::GetDlgItem(_hSelf, IDC_DIR_STATIC), !hideOrShow); } void FindReplaceDlg::enableFindInFilesControls(bool isEnable) @@ -2327,8 +2326,6 @@ void FindReplaceDlg::enableFindInFilesControls(bool isEnable) ::ShowWindow(::GetDlgItem(_hSelf, IDC_IN_SELECTION_CHECK), isEnable?SW_HIDE:SW_SHOW); ::ShowWindow(::GetDlgItem(_hSelf, IDC_CLEAR_ALL), isEnable?SW_HIDE:SW_SHOW); ::ShowWindow(::GetDlgItem(_hSelf, IDCMARKALL), isEnable?SW_HIDE:SW_SHOW); - - ::ShowWindow(::GetDlgItem(_hSelf, IDC_DIR_STATIC), isEnable?SW_HIDE:SW_SHOW); ::ShowWindow(::GetDlgItem(_hSelf, IDREPLACE), isEnable?SW_HIDE:SW_SHOW); ::ShowWindow(::GetDlgItem(_hSelf, IDC_REPLACEINSELECTION), isEnable?SW_HIDE:SW_SHOW); diff --git a/PowerEditor/src/ScitillaComponent/FindReplaceDlg_rc.h b/PowerEditor/src/ScitillaComponent/FindReplaceDlg_rc.h index 1e78b6427..3bde24451 100644 --- a/PowerEditor/src/ScitillaComponent/FindReplaceDlg_rc.h +++ b/PowerEditor/src/ScitillaComponent/FindReplaceDlg_rc.h @@ -59,7 +59,7 @@ #define IDF_PURGE_CHECK 4 #define IDC_FINDALL_STATIC 1619 #define IDFINDWHAT_STATIC 1620 -#define IDC_DIR_STATIC 1621 +//#define IDC_DIR_STATIC 1621 #define IDC_PERCENTAGE_SLIDER 1622 #define IDC_TRANSPARENT_GRPBOX 1623