From 8bb6cd1569e23bb59e9bd1657e22f9f767cf3e97 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 10 Jan 2012 13:50:08 -0600 Subject: [PATCH] update top comment --- Themes/_fallback/Scripts/02 ThemePrefs.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Themes/_fallback/Scripts/02 ThemePrefs.lua b/Themes/_fallback/Scripts/02 ThemePrefs.lua index 81e548335f..f0c4264a13 100644 --- a/Themes/_fallback/Scripts/02 ThemePrefs.lua +++ b/Themes/_fallback/Scripts/02 ThemePrefs.lua @@ -3,6 +3,7 @@ ThemePrefs: handles the underlying structure for ThemePrefs, so any themes built off of this can simply declare their prefs and default values, and access them through this system. +v0.2.7: Jan. 10, 2012. Added ThemePrefs.ForceSave function [freem] v0.7.1: Dec. 28, 2010. Added language support. v0.7.0: Dec. 15, 2010. Initial version.