projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ec3b17
)
fixed creating property pages
author
Thomas Bluemel
<thomas@reactsoft.com>
Sun, 25 Dec 2005 23:57:26 +0000
(23:57 +0000)
committer
Thomas Bluemel
<thomas@reactsoft.com>
Sun, 25 Dec 2005 23:57:26 +0000
(23:57 +0000)
svn path=/trunk/; revision=20333
reactos/lib/cpl/timedate/timedate.c
patch
|
blob
|
history
diff --git
a/reactos/lib/cpl/timedate/timedate.c
b/reactos/lib/cpl/timedate/timedate.c
index
70c9301
..
edec784
100644
(file)
--- a/
reactos/lib/cpl/timedate/timedate.c
+++ b/
reactos/lib/cpl/timedate/timedate.c
@@
-584,7
+584,7
@@
LONG APIENTRY
Applet(HWND hwnd, UINT uMsg, LONG wParam, LONG lParam)
{
PROPSHEETHEADER psh;
- PROPSHEETPAGE psp[
3
];
+ PROPSHEETPAGE psp[
2
];
TCHAR Caption[256];
LoadString(hApplet, IDS_CPLNAME, Caption, sizeof(Caption) / sizeof(TCHAR));