[SYSSETUP] Fix a broken DPRINT

Thanks to Thomas for spotting it.
This commit is contained in:
Mark Jansen 2019-04-22 16:24:59 +02:00
parent 754a35b210
commit 774f497721
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -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)
{