Added ability to change language in Manage Settings.

This commit is contained in:
Birunthan Mohanathas
2011-10-01 17:39:09 +00:00
parent 6dd79c451d
commit 4f73f17cec
6 changed files with 111 additions and 10 deletions

View File

@ -101,7 +101,6 @@ int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmd
HMODULE module = GetModuleHandle(L"Rainmeter.dll");
if (module == NULL || Initialize(hWnd, module, lpCmdLine) == 1)
{
MessageBox(NULL, L"Unable to load Rainmeter.dll", L"Rainmeter", MB_OK | MB_TOPMOST | MB_ICONERROR);
DestroyWindow(hWnd);
return RetError;
}