Changed: Minor changes

This commit is contained in:
kervala 2016-02-02 19:21:14 +01:00
parent e9a39a9a55
commit 13c4282911
2 changed files with 0 additions and 3 deletions

View file

@ -2356,7 +2356,6 @@ void CPatchThread::run()
ucstring sTranslate; ucstring sTranslate;
try try
{ {
// First do all ref files // First do all ref files
// ---------------------- // ----------------------
@ -2429,7 +2428,6 @@ void CPatchThread::run()
pPM->deleteFile(pPM->UpdateBatchFilename, false, false); pPM->deleteFile(pPM->UpdateBatchFilename, false, false);
} }
if (!bErr) if (!bErr)
{ {
sTranslate = CI18N::get("uiPatchEndNoErr"); sTranslate = CI18N::get("uiPatchEndNoErr");

View file

@ -3,7 +3,6 @@ FILE(GLOB SRC main.cpp
${CMAKE_SOURCE_DIR}/ryzom/client/src/user_agent.cpp ${CMAKE_SOURCE_DIR}/ryzom/client/src/user_agent.cpp
${CMAKE_SOURCE_DIR}/ryzom/client/src/client_cfg.cpp ${CMAKE_SOURCE_DIR}/ryzom/client/src/client_cfg.cpp
${CMAKE_SOURCE_DIR}/ryzom/client/src/login_patch.cpp ${CMAKE_SOURCE_DIR}/ryzom/client/src/login_patch.cpp
${CMAKE_SOURCE_DIR}/ryzom/client/src/login_patch_seven_zip.cpp
${CMAKE_SOURCE_DIR}/ryzom/client/src/login_xdelta.cpp ${CMAKE_SOURCE_DIR}/ryzom/client/src/login_xdelta.cpp
${CMAKE_SOURCE_DIR}/ryzom/client/src/stdpch.cpp ${CMAKE_SOURCE_DIR}/ryzom/client/src/stdpch.cpp
${CMAKE_SOURCE_DIR}/ryzom/client/src/stdpch.h ${CMAKE_SOURCE_DIR}/ryzom/client/src/stdpch.h