[EXPLORER] Start menu: Fix Small Icons flag (#6651)
[reactos.git] / base / shell / explorer / startmnucust.cpp
index 0d456fc..44f5b02 100644 (file)
@@ -91,12 +91,12 @@ static VOID CALLBACK CustomSetAdvanced(const CUSTOM_ENTRY *entry, BOOL bValue)
 
 static BOOL CALLBACK CustomGetSmallStartMenu(const CUSTOM_ENTRY *entry)
 {
-    return g_TaskbarSettings.sr.SmallStartMenu;
+    return g_TaskbarSettings.sr.SmSmallIcons;
 }
 
 static VOID CALLBACK CustomSetSmallStartMenu(const CUSTOM_ENTRY *entry, BOOL bValue)
 {
-    g_TaskbarSettings.sr.SmallStartMenu = bValue;
+    g_TaskbarSettings.sr.SmSmallIcons = bValue;
 }
 
 static const CUSTOM_ENTRY s_CustomEntries[] =