get rid of fallbackMgr in MultiLangMgr, fixes #4154

This commit is contained in:
heckflosse
2017-10-20 21:05:19 +02:00
parent 41cd29d201
commit 8c328cafd1
3 changed files with 34 additions and 50 deletions

View File

@@ -2327,7 +2327,7 @@ void Options::load (bool lightweight)
}
}
langMgr.load (localeTranslation, new MultiLangMgr (languageTranslation, new MultiLangMgr (defaultTranslation)));
langMgr.load ({localeTranslation, languageTranslation, defaultTranslation});
rtengine::init (&options.rtSettings, argv0, rtdir, !lightweight);
}