Fixed text output for simple messagebox test
authorSteven Edwards <winehacker@gmail.com>
Wed, 11 Sep 2002 22:34:40 +0000 (22:34 +0000)
committerSteven Edwards <winehacker@gmail.com>
Wed, 11 Sep 2002 22:34:40 +0000 (22:34 +0000)
svn path=/trunk/; revision=3487

reactos/apps/tests/simple/simple.c

index 7002a46..915cc71 100644 (file)
@@ -10,6 +10,6 @@
 int STDCALL
 WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpCmd, int nShow)
 {
-       MessageBox (NULL, "Hello, Windows!", "Hello", MB_OK);
+       MessageBox (NULL, "Hello, ReactOS!", "Hello", MB_OK);
        return 0;
 }