Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gcompris-installer.nsi.in
diff options
context:
space:
mode:
authorBruno Coudoin <bruno.coudoin@free.fr>2009-07-22 21:21:19 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-07-22 21:21:19 (GMT)
commitafe3311aa9bf23b8a4232ce83281f07568478808 (patch)
tree48e13bf29fa9747bb4ab29d9494901d0eba0dcd0 /gcompris-installer.nsi.in
parente19b035ed943ae1ce278cb7a306d269b75ae906b (diff)
Fixed related to the management of the default english.
Diffstat (limited to 'gcompris-installer.nsi.in')
-rw-r--r--gcompris-installer.nsi.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcompris-installer.nsi.in b/gcompris-installer.nsi.in
index db5989b..8840b94 100644
--- a/gcompris-installer.nsi.in
+++ b/gcompris-installer.nsi.in
@@ -90,19 +90,8 @@ SetDateSave on
;--------------------------------
;Languages
- ;; English goes first because its the default. The rest are
- ;; in alphabetical order (at least the strings actually displayed
- ;; will be).
-
- !insertmacro MUI_LANGUAGE "English"
-
@INSERTMACRO_MUI_LANGUAGE@
-;--------------------------------
-;Translations
-
- !include "${GCOMPRIS_NSIS_INCLUDE_PATH}\langmacros.nsh"
-
@GCOMPRIS_MACRO_INCLUDE_LANGFILE@
;--------------------------------