diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-23 20:58:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-23 20:58:38 +0000 |
commit | 36c2c41a1b05029177877fca1d136336727c720c (patch) | |
tree | b2544cb3ddda22ca5b4937c079a9f3f2c762e30d /docs | |
parent | 5a4ec571583845e2c6e7d005b400309072690d07 (diff) |
and also a description
git-svn-id: http://svn.miranda-ng.org/main/trunk@8722 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'docs')
-rw-r--r-- | docs/mirandaboot.ini | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/mirandaboot.ini b/docs/mirandaboot.ini index 728f51acce..d63575960f 100644 --- a/docs/mirandaboot.ini +++ b/docs/mirandaboot.ini @@ -6,10 +6,10 @@ ;ProfileDir
;The directory to search for database files. If it's a relative path then
-;it's relative to the directory containing miranda32.exe.
-;If no directory specified Profles subdirectory in miranda executable
+;it's relative to the directory containing miranda32.exe.
+;If no directory specified Profles subdirectory in miranda executable
;directory is assumed. You can use environment variables.
-;To comply with Windows security guidelines, it is recommended to keep
+;To comply with Windows security guidelines, it is recommended to keep
;your profile in %APPDATA%\Miranda NG
ProfileDir=
@@ -115,4 +115,12 @@ 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
|