mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 00:46:10 +08:00
[SYSSETUP] Fix a broken DPRINT
Thanks to Thomas for spotting it.
This commit is contained in:
@@ -1673,7 +1673,7 @@ ThemePageDlgProc(HWND hwndDlg,
|
||||
if ((pnmv->uChanged & LVIF_STATE) && (pnmv->uNewState & LVIS_SELECTED))
|
||||
{
|
||||
int iTheme = pnmv->iItem;
|
||||
DPRINT1("Selected theme: %S\n", Themes[iTheme].DisplayName);
|
||||
DPRINT1("Selected theme: %u\n", Themes[iTheme].DisplayName);
|
||||
|
||||
if (Themes[iTheme].ThemeFile)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user