From 698480e185c41e35f830118ea45670a2b84c68e5 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 5 Mar 2011 03:51:12 +0100 Subject: [PATCH] Dummy commit. --- src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.cpp b/src/Main.cpp index c6895fce..a3b8e269 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); } }