Merge with develop

--HG--
branch : compatibility-develop
This commit is contained in:
kervala 2016-04-06 09:36:35 +02:00
commit 5b93785499

View file

@ -779,7 +779,8 @@ void initLoginScreen()
ClientApp = ClientCfg.ConfigFile.getVar("Application").asString(0);
string l = ClientCfg.LastLogin;
// give priority to login specified as argument
string l = !LoginLogin.empty() ? LoginLogin:ClientCfg.LastLogin;
if(!l.empty())
{