Module: wine Branch: master Commit: 01839d190bdb93d73145d12fc7e949f424191fd1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=01839d190bdb93d73145d12fc7... Author: Francois Gouget <fgouget(a)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,