Mercurial > wow > ouroloot
comparison options.lua @ 123:ccca3d8d2b22 beta-mhg-3
If the 'alsolog' option has been active, list the log size as a reminder.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Fri, 17 Aug 2012 01:43:05 -0400 |
parents | fb4bda3ad05c |
children | a9cf9b2fbf9b |
comparison
equal
deleted
inserted
replaced
122:fb4bda3ad05c | 123:ccca3d8d2b22 |
---|---|
834 end | 834 end |
835 end, 5, _w) | 835 end, 5, _w) |
836 end) | 836 end) |
837 specials:AddChild(w) | 837 specials:AddChild(w) |
838 | 838 |
839 if #OuroLootSV_log > 0 then | |
840 w = AceGUI:Create("Label") | |
841 w:SetFullWidth(true) | |
842 w:SetText(("Currently %d lines in disk log."):format(#OuroLootSV_log)) | |
843 specials:AddChild(w) | |
844 end | |
845 | |
839 if preload then preload() end | 846 if preload then preload() end |
840 end | 847 end |
841 | 848 |
842 addon:register_tab_control_AT_END ("opt", [[Options]], | 849 addon:register_tab_control_AT_END ("opt", [[Options]], |
843 [[Options for fine-tuning behavior]], tabs_OGS, [[ | 850 [[Options for fine-tuning behavior]], tabs_OGS, [[ |