diff options
Diffstat (limited to 'docs/mirandaboot.ini')
-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
|