mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
fixed bug 1406
fixed a typo in german rc file svn path=/trunk/; revision=21648
This commit is contained in:
parent
ab48d70466
commit
8898216301
2 changed files with 6 additions and 5 deletions
|
@ -21,7 +21,7 @@ END
|
||||||
|
|
||||||
IDD_SCREENSAVER DIALOGEX DISCARDABLE 0, 0, 246, 188
|
IDD_SCREENSAVER DIALOGEX DISCARDABLE 0, 0, 246, 188
|
||||||
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
|
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
|
||||||
CAPTION "Bildschrimschoner"
|
CAPTION "Bildschirmschoner"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
GROUPBOX "&Bildschrimschoner",IDC_SCREENS_DUMMY, 5, 7, 238, 136
|
GROUPBOX "&Bildschrimschoner",IDC_SCREENS_DUMMY, 5, 7, 238, 136
|
||||||
|
|
|
@ -51,6 +51,7 @@ ScreenSaverPageProc(HWND hwndDlg,
|
||||||
case WM_INITDIALOG:
|
case WM_INITDIALOG:
|
||||||
{
|
{
|
||||||
g_hScreengroundList = GetDlgItem(g_hScreenBackgroundPage, IDC_SCREENS_CHOICES);
|
g_hScreengroundList = GetDlgItem(g_hScreenBackgroundPage, IDC_SCREENS_CHOICES);
|
||||||
|
SendMessage(GetDlgItem(g_hScreenBackgroundPage, IDC_SCREENS_TIME), UDM_SETRANGE, 0, MAKELONG ((short) 240, (short) 0));
|
||||||
AddListViewItems2();
|
AddListViewItems2();
|
||||||
CheckRegScreenSaverIsSecure();
|
CheckRegScreenSaverIsSecure();
|
||||||
} break;
|
} break;
|
||||||
|
|
Loading…
Reference in a new issue