diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-03-23 21:13:29 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-03-23 21:13:29 +0000 |
commit | 53be8fe2c490da232c7ec7e87c1a5d65a1215241 (patch) | |
tree | 5c5c5a3af6cf04e82849c6cf917d7fd16e86fa7e /tools | |
parent | 25fd1cd6fa09654350b38625fa840a554e175755 (diff) |
mieandaboot.ini of installers are edited too
git-svn-id: http://svn.miranda-ng.org/main/trunk@8724 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools')
4 files changed, 40 insertions, 4 deletions
diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini index c723854eaf..658167a089 100644 --- a/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini +++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini @@ -115,4 +115,13 @@ RenamePrefix=imported_ [PluginLoader]
; if enabled, will ask the user if they want to re-enable a disabled plugin
-AskAboutIgnoredPlugins=0
\ No newline at end of file +AskAboutIgnoredPlugins=0
+
+; language related settings
+[Language]
+
+; DefaultLanguage
+; Stores the name of the default language pack to be loaded at startup
+; If skipped, loads the first file that matches the langpack_*.txt mask
+; DefaultLanguage=langpack_german.txt
+DefaultLanguage=
diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini index 0bdb18e8f6..0252d0556b 100644 --- a/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini +++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini @@ -115,4 +115,13 @@ RenamePrefix=imported_ [PluginLoader]
; if enabled, will ask the user if they want to re-enable a disabled plugin
-AskAboutIgnoredPlugins=0
\ No newline at end of file +AskAboutIgnoredPlugins=0
+
+; language related settings
+[Language]
+
+; DefaultLanguage
+; Stores the name of the default language pack to be loaded at startup
+; If skipped, loads the first file that matches the langpack_*.txt mask
+; DefaultLanguage=langpack_german.txt
+DefaultLanguage=
diff --git a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini index c723854eaf..658167a089 100644 --- a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini +++ b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini @@ -115,4 +115,13 @@ RenamePrefix=imported_ [PluginLoader]
; if enabled, will ask the user if they want to re-enable a disabled plugin
-AskAboutIgnoredPlugins=0
\ No newline at end of file +AskAboutIgnoredPlugins=0
+
+; language related settings
+[Language]
+
+; DefaultLanguage
+; Stores the name of the default language pack to be loaded at startup
+; If skipped, loads the first file that matches the langpack_*.txt mask
+; DefaultLanguage=langpack_german.txt
+DefaultLanguage=
diff --git a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini index 0bdb18e8f6..0252d0556b 100644 --- a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini +++ b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini @@ -115,4 +115,13 @@ RenamePrefix=imported_ [PluginLoader]
; if enabled, will ask the user if they want to re-enable a disabled plugin
-AskAboutIgnoredPlugins=0
\ No newline at end of file +AskAboutIgnoredPlugins=0
+
+; language related settings
+[Language]
+
+; DefaultLanguage
+; Stores the name of the default language pack to be loaded at startup
+; If skipped, loads the first file that matches the langpack_*.txt mask
+; DefaultLanguage=langpack_german.txt
+DefaultLanguage=
|