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

Alexandre Julliard julliard at winehq.org
Fri Apr 8 10:50:58 CDT 2011


Module: wine
Branch: master
Commit: 01839d190bdb93d73145d12fc7e949f424191fd1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=01839d190bdb93d73145d12fc7e949f424191fd1

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Apr  8 11:59:58 2011 +0200

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

---

 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,




More information about the wine-cvs mailing list