mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
ewps
svn path=/trunk/; revision=4952
This commit is contained in:
parent
3fa6478075
commit
a2ad470fa7
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue