Removed test code

This commit is contained in:
Birunthan Mohanathas 2012-06-17 20:16:54 +03:00
parent 34d7fc4add
commit 431fa7b736

View File

@ -1001,8 +1001,7 @@ void CDialogInstall::KeepVariables()
std::wstring fromPath = g_Data.skinsPath + L"@Backup\\";
fromPath += m_VariablesFiles[i];
std::wstring toPath = g_Data.skinsPath + m_VariablesFiles[i];
MessageBox(NULL, fromPath.c_str(), L"TEST!", MB_OK | MB_TOPMOST);
MessageBox(NULL, toPath.c_str(), L"TEST!", MB_OK | MB_TOPMOST);
unsigned int count = GetPrivateProfileSection(L"Variables", keyname, 32767, fromPath.c_str());
if ((_waccess(fromPath.c_str(), 0) == 0) && (_waccess(toPath.c_str(), 0) == 0)