瀏覽代碼

In XE6 (XE2 already) the SysLocale.MiddleEast is always true

Source commit: 0f05c26abfdb6b93ec381ee265e9a48261d1a79c
Martin Prikryl 10 年之前
父節點
當前提交
3d36218280
共有 3 個文件被更改,包括 0 次插入11 次删除
  1. 0 1
      source/resource/TextsWin.h
  2. 0 1
      source/resource/TextsWin1.rc
  3. 0 9
      source/windows/UserInterface.cpp

+ 0 - 1
source/resource/TextsWin.h

@@ -556,7 +556,6 @@
 // 2xxx is reserved for TextsFileZilla.h
 
 #define TRANSLATOR_INFO2        3001
-#define MIDDLE_EAST             3002
 #define BIDI_MODE               3003
 #define FLIP_CHILDREN           3004
 #define TRANSLATOR_URL          3006

+ 0 - 1
source/resource/TextsWin1.rc

@@ -3,7 +3,6 @@
 STRINGTABLE
 BEGIN
         TRANSLATOR_INFO2, ""
-        MIDDLE_EAST, ""
         BIDI_MODE, ""
         FLIP_CHILDREN, ""
         TRANSLATOR_URL, ""

+ 0 - 9
source/windows/UserInterface.cpp

@@ -301,15 +301,6 @@ void __fastcall ShowNotification(TTerminal * Terminal, const UnicodeString & Str
 void __fastcall ConfigureInterface()
 {
   UnicodeString S;
-  S = LoadStr(MIDDLE_EAST);
-  if (!S.IsEmpty())
-  {
-    SysLocale.MiddleEast = static_cast<bool>(StrToInt(S));
-  }
-  else
-  {
-    SysLocale.MiddleEast = false;
-  }
   S = LoadStr(BIDI_MODE);
   if (!S.IsEmpty())
   {