From a2ad470fa70f730d0565353a41b9d8bc58a92de7 Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Mon, 23 Jun 2003 21:16:01 +0000 Subject: [PATCH] ewps svn path=/trunk/; revision=4952 --- reactos/apps/tests/button/buttontst.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/apps/tests/button/buttontst.c b/reactos/apps/tests/button/buttontst.c index d7b5626713d..9c7c74d352b 100644 --- a/reactos/apps/tests/button/buttontst.c +++ b/reactos/apps/tests/button/buttontst.c @@ -1,4 +1,4 @@ -/* Based on GvG's static control test. */ +/* Based on Radoslaw Sokol's static control test. */ #include 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.