From e1649784b09724d0a98a646f02d719f1eb938e40 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 4 Jun 2011 19:53:35 -0400 Subject: [PATCH] Make sure it's USER, not Game. --- Themes/_fallback/Scripts/03 ThemeAndGamePrefs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/03 ThemeAndGamePrefs.lua b/Themes/_fallback/Scripts/03 ThemeAndGamePrefs.lua index 4d762d7b3d..f7252fe2fd 100644 --- a/Themes/_fallback/Scripts/03 ThemeAndGamePrefs.lua +++ b/Themes/_fallback/Scripts/03 ThemeAndGamePrefs.lua @@ -434,7 +434,7 @@ function GamePrefComboUnderField() return t; end -function GamePrefAutoSetStyle() +function UserPrefAutoSetStyle() local t = { Name = "UserPrefAutoSetStyle"; LayoutType = "ShowAllInRow";