mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-23 15:46:18 +00:00
Changed: client_default.cfg is in client package
This commit is contained in:
parent
264ce0be5a
commit
e7dd9a1ed6
1 changed files with 1 additions and 2 deletions
|
@ -481,7 +481,7 @@ void COperationDialog::copyDataFiles()
|
||||||
// default server
|
// default server
|
||||||
const CServer &server = config->getServer();
|
const CServer &server = config->getServer();
|
||||||
|
|
||||||
m_currentOperation = QApplication::tr("Copy client files required by server %1").arg(server.name);
|
m_currentOperation = QApplication::tr("Copy data files required by server %1").arg(server.name);
|
||||||
m_currentOperationProgressFormat = QApplication::tr("Copying %1...");
|
m_currentOperationProgressFormat = QApplication::tr("Copying %1...");
|
||||||
|
|
||||||
QStringList serverFiles;
|
QStringList serverFiles;
|
||||||
|
@ -490,7 +490,6 @@ void COperationDialog::copyDataFiles()
|
||||||
serverFiles << "examples";
|
serverFiles << "examples";
|
||||||
serverFiles << "patch";
|
serverFiles << "patch";
|
||||||
serverFiles << "unpack";
|
serverFiles << "unpack";
|
||||||
serverFiles << "client_default.cfg";
|
|
||||||
|
|
||||||
CFilesCopier copier(this);
|
CFilesCopier copier(this);
|
||||||
copier.setSourceDirectory(config->getSrcServerDirectory());
|
copier.setSourceDirectory(config->getSrcServerDirectory());
|
||||||
|
|
Loading…
Reference in a new issue