cmdlgtst: Use the human readable application name in the window title.

This commit is contained in:
Francois Gouget 2011-04-08 11:59:58 +02:00 committed by Alexandre Julliard
parent f6544699d1
commit 01839d190b
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ struct FlagTableEntry {
static const char menuName[] = "CmdlgtstMenu";
static const char className[] = "CmdlgtstClass";
static const char windowName[] = "Cmdlgtst Window";
static const char windowName[] = "Common Dialog Test";
/*
* global hInstance variable. This makes the code non-threadable,