changed icon number Modified: trunk/reactos/lib/cpl/main/keyboard.c _____
Modified: trunk/reactos/lib/cpl/main/keyboard.c --- trunk/reactos/lib/cpl/main/keyboard.c 2005-11-25 22:19:05 UTC (rev 19577) +++ trunk/reactos/lib/cpl/main/keyboard.c 2005-11-25 22:27:50 UTC (rev 19578) @@ -93,7 +93,7 @@
psh.dwFlags = PSH_PROPSHEETPAGE | PSH_PROPTITLE; psh.hwndParent = NULL; psh.hInstance = hApplet; - psh.hIcon = LoadIcon(hApplet, MAKEINTRESOURCE(IDC_CPLICON_1)); + psh.hIcon = LoadIcon(hApplet, MAKEINTRESOURCE(IDC_CPLICON_2)); psh.pszCaption = Caption; psh.nPages = sizeof(psp) / sizeof(PROPSHEETPAGE); psh.nStartPage = 0;