mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[SYSSETUP] Fix a broken DPRINT
Thanks to Thomas for spotting it.
This commit is contained in:
parent
754a35b210
commit
774f497721
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue