comparison options.lua @ 115:289c7667adab

When fixing up missing item cache during load, make sure GUI displays from scratch. Put the bang back on UI tips checkbox (widget fixed). Revent r112, widgets both fixed now.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Tue, 14 Aug 2012 20:37:12 -0400
parents 67bf97136273
children fc2ff128835a
comparison
equal deleted inserted replaced
114:67bf97136273 115:289c7667adab
132 local stdw = 0.99 -- standard width 132 local stdw = 0.99 -- standard width
133 133
134 -- the nubtoggle! 134 -- the nubtoggle!
135 w = mktoggle('gui_noob', [[Show UI Tips]], stdw, 135 w = mktoggle('gui_noob', [[Show UI Tips]], stdw,
136 [[Toggles display of the "helpful tips" box hanging off the right side. Useful if you've just installed/upgraded.]]) 136 [[Toggles display of the "helpful tips" box hanging off the right side. Useful if you've just installed/upgraded.]])
137 w:SetImage[[Interface\OptionsFrame\UI-OptionsFrame-NewFeatureIcon]]
137 container:AddChild(w) 138 container:AddChild(w)
138 139
139 -- reminder popup 140 -- reminder popup
140 w = mktoggle('popup_on_join', "Show reminder popup on new raid", stdw, 141 w = mktoggle('popup_on_join', "Show reminder popup on new raid", stdw,
141 [[When joining a raid and not already tracking, display a dialog asking for instructions.]]) 142 [[When joining a raid and not already tracking, display a dialog asking for instructions.]])