OSDN Git Service

Dummy commit.
authorlordmulder <mulder2@gmx.de>
Sat, 5 Mar 2011 02:01:36 +0000 (03:01 +0100)
committerlordmulder <mulder2@gmx.de>
Sat, 5 Mar 2011 02:01:36 +0000 (03:01 +0100)
src/Main.cpp

index a3b8e26..c6895fc 100644 (file)
@@ -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);
        }
 }