Commit 01839d19 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent f6544699
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment