Commit 2f5232d5 authored by Thomas Spear's avatar Thomas Spear Committed by Alexandre Julliard

uninstaller: Fix trace message.

parent fea59c87
......@@ -329,7 +329,7 @@ static INT_PTR CALLBACK DlgProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM l
}
entries[sel].active ^= 1; /* toggle */
WINE_TRACE("toggling %d %s\n", entries[sel].active,
wine_dbgstr_w(entries[oldsel].descr));
wine_dbgstr_w(entries[sel].descr));
oldsel = sel;
}
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment