mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Default profile is using default server
--HG-- branch : develop
This commit is contained in:
parent
7688aa1bec
commit
d769c4a6c9
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ bool COperationDialog::createDefaultProfile()
|
||||||
{
|
{
|
||||||
CConfigFile *config = CConfigFile::getInstance();
|
CConfigFile *config = CConfigFile::getInstance();
|
||||||
|
|
||||||
CServer server = config->getServer(config->getDefaultServerIndex());
|
CServer server = config->getServer();
|
||||||
|
|
||||||
m_currentOperation = QApplication::tr("Create default profile");
|
m_currentOperation = QApplication::tr("Create default profile");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue