From: lordmulder Date: Sat, 5 Mar 2011 02:01:36 +0000 (+0100) Subject: Dummy commit. X-Git-Tag: Release_401~52 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f0a7686b72ca39ac561ab7db45a6f3035b86330f;p=lamexp%2FLameXP.git Dummy commit. --- diff --git a/src/Main.cpp b/src/Main.cpp index a3b8e269..c6895fce 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -214,6 +214,6 @@ extern "C" void __declspec(dllexport) __stdcall Test(HWND hwnd, HINSTANCE hinst, LPSTR lpszCmdLine, int nCmdShow) { OutputDebugStringA(lpszCmdLine); - MessageBoxA(0, lpszCmdLine, "LameXP is here!", MB_ICONINFORMATION); + MessageBoxA(0, lpszCmdLine, "LameXP is here !", MB_ICONINFORMATION); } }