[dia] Bug 700783 - Fall back to English locale instead of Basque



commit 1e38ab452e635be0f4867ef40a8ed8ec941b254d
Author: Okano Takayoshi <kano na rim or jp>
Date:   Wed May 22 11:01:32 2013 +0200

    Bug 700783 - Fall back to English locale instead of Basque

 installer/win32/dia.nsi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/installer/win32/dia.nsi b/installer/win32/dia.nsi
index 270b92e..7243bf2 100644
--- a/installer/win32/dia.nsi
+++ b/installer/win32/dia.nsi
@@ -158,10 +158,10 @@ VIProductVersion "0.98.0.3"
   ;; in alphabetical order (at least the strings actually displayed
   ;; will be).
 
+  !insertmacro MUI_LANGUAGE "English"
   !insertmacro MUI_LANGUAGE "Basque"
   !insertmacro MUI_LANGUAGE "Czech"
   !insertmacro MUI_LANGUAGE "Danish"
-  !insertmacro MUI_LANGUAGE "English"
   !insertmacro MUI_LANGUAGE "French"
   !insertmacro MUI_LANGUAGE "Finnish"
   !insertmacro MUI_LANGUAGE "Galician"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]