ewps
authorRichard Campbell <betam4x@gmail.com>
Mon, 23 Jun 2003 21:16:01 +0000 (21:16 +0000)
committerRichard Campbell <betam4x@gmail.com>
Mon, 23 Jun 2003 21:16:01 +0000 (21:16 +0000)
svn path=/trunk/; revision=4952

reactos/apps/tests/button/buttontst.c

index d7b5626..9c7c74d 100644 (file)
@@ -1,4 +1,4 @@
-/* Based on GvG's static control test. */
+/* Based on Radoslaw Sokol's static control test. */
 #include <windows.h>
 
 static LPSTR BUTTON_CLASS   = "BUTTON";
@@ -75,7 +75,7 @@ int STDCALL WinMain(
    if (Result == 0) {
       DPRINT("Error registering class.");
       MessageBox(0, "Error registering test window class.",
-         "Static control test", MB_ICONSTOP | MB_OK);
+         "Button control test", MB_ICONSTOP | MB_OK);
       ExitProcess(0);
    }
    // Create main window.