diff --git a/reactos/dll/cpl/desk/theme.c b/reactos/dll/cpl/desk/theme.c index eb8c8786210..e76c4e6a511 100644 --- a/reactos/dll/cpl/desk/theme.c +++ b/reactos/dll/cpl/desk/theme.c @@ -879,7 +879,7 @@ ActivateTheme(IN PTHEME_SELECTION pSelectedTheme) if (!SUCCEEDED(hret)) return FALSE; } - hret = ApplyTheme(hThemeFile, "", 0); + hret = ApplyTheme(hThemeFile, 0, 0); if (pSelectedTheme->ThemeActive) {