[DESK.CPL] -Apparently the second parameter of ApplyTheme is not a string. One case...
[reactos.git] / reactos / dll / cpl / desk / theme.c
index eb8c878..e76c4e6 100644 (file)
@@ -879,7 +879,7 @@ ActivateTheme(IN PTHEME_SELECTION pSelectedTheme)
         if (!SUCCEEDED(hret)) return FALSE;
     }
 
         if (!SUCCEEDED(hret)) return FALSE;
     }
 
-    hret = ApplyTheme(hThemeFile, "", 0);
+    hret = ApplyTheme(hThemeFile, 0, 0);
 
     if (pSelectedTheme->ThemeActive)
     {
 
     if (pSelectedTheme->ThemeActive)
     {