From 431fa7b736c9accde723afe182294f11d32976f5 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Sun, 17 Jun 2012 20:16:54 +0300 Subject: [PATCH] Removed test code --- SkinInstaller/DialogInstall.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SkinInstaller/DialogInstall.cpp b/SkinInstaller/DialogInstall.cpp index 5afa1f06..b8b37c2e 100644 --- a/SkinInstaller/DialogInstall.cpp +++ b/SkinInstaller/DialogInstall.cpp @@ -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)