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

Francois Gouget fgouget at free.fr
Fri Apr 8 04:59:58 CDT 2011


---

This is also the name which is used in the About dialog so we might as 
well be consistent.

 programs/cmdlgtst/cmdlgtst.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/cmdlgtst/cmdlgtst.c b/programs/cmdlgtst/cmdlgtst.c
index ac992ca..9d58fa6 100644
--- a/programs/cmdlgtst/cmdlgtst.c
+++ b/programs/cmdlgtst/cmdlgtst.c
@@ -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,
-- 
1.7.4.1




More information about the wine-patches mailing list