diff options
author | Ken Moore <ken@ixsystems.com> | 2017-08-15 14:27:17 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-08-15 14:27:17 -0400 |
commit | 5e2323c29f723202905a338b3e29eee8cd0e3069 (patch) | |
tree | cc92fdddbcfd95ff14a7ad86ce4844868316dd79 /src-qt5/core/lumina-desktop/LSession.cpp | |
parent | Couple quick updates to LSession - not enabled at the moment. (diff) | |
parent | Merge branch 'master' of https://github.com/trueos/lumina (diff) | |
download | lumina-5e2323c29f723202905a338b3e29eee8cd0e3069.tar.gz lumina-5e2323c29f723202905a338b3e29eee8cd0e3069.tar.bz2 lumina-5e2323c29f723202905a338b3e29eee8cd0e3069.zip |
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/core/lumina-desktop/LSession.cpp')
-rw-r--r-- | src-qt5/core/lumina-desktop/LSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/LSession.cpp b/src-qt5/core/lumina-desktop/LSession.cpp index a5785963..bbed6d79 100644 --- a/src-qt5/core/lumina-desktop/LSession.cpp +++ b/src-qt5/core/lumina-desktop/LSession.cpp @@ -92,6 +92,7 @@ void LSession::setupSession(){ //Seed random number generator (if needed) qsrand( QTime::currentTime().msec() ); + currTranslator = LUtils::LoadTranslation(this, "lumina-desktop"); BootSplash splash; splash.showScreen("init"); qDebug() << "Initializing Session"; @@ -115,7 +116,6 @@ void LSession::setupSession(){ sessionsettings->value("InitLocale/LC_COLLATE","").toString(), \ sessionsettings->value("InitLocale/LC_CTYPE","").toString() ); } - currTranslator = LUtils::LoadTranslation(this, "lumina-desktop"); //use the system settings //Setup the user's lumina settings directory as necessary splash.showScreen("user"); |