Changed: client_default.cfg is in client package
This commit is contained in:
parent
191edf39b2
commit
18baf226c1
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