Vitaly Lipatov : control: Fix datetime name.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Mar 20 06:18:00 CST 2006


Module: wine
Branch: refs/heads/master
Commit: d4c42c0fef0f0fa5531fb3289a3abc9cff79791a
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=d4c42c0fef0f0fa5531fb3289a3abc9cff79791a

Author: Vitaly Lipatov <lav at etersoft.ru>
Date:   Sun Mar 19 19:48:05 2006 +0300

control: Fix datetime name.

---

 programs/control/params.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/control/params.h b/programs/control/params.h
index dcdb49f..644b597 100644
--- a/programs/control/params.h
+++ b/programs/control/params.h
@@ -35,7 +35,7 @@
 #define szEXEC_ARGS        "Shell32.dll,Control_RunDLL "
 
 #define szC_COLOR          "desk.cpl,,2"
-#define szC_DATETIME       "datetime.cpl"
+#define szC_DATETIME       "timedate.cpl"
 #define szC_DESKTOP        "desk.cpl"
 #define szC_FONTS          "main.cpl @3"
 #define szC_INTERNATIONAL  "intl.cpl"




More information about the wine-cvs mailing list