Mercurial > wow > ouroloot
comparison options.lua @ 135:feca7e0e1f89
Remove MoP transition code, be smarter about detecting groups.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Fri, 31 Aug 2012 23:15:40 -0400 |
parents | 47b149f9a5d7 |
children | 8345df517488 |
comparison
equal
deleted
inserted
replaced
134:7817367a008e | 135:feca7e0e1f89 |
---|---|
558 w = AceGUI:Create("CheckBox") | 558 w = AceGUI:Create("CheckBox") |
559 w:SetFullWidth(true) | 559 w:SetFullWidth(true) |
560 w:SetType("checkbox") | 560 w:SetType("checkbox") |
561 w:SetLabel(d) | 561 w:SetLabel(d) |
562 if d == "notraid" then | 562 if d == "notraid" then |
563 w:SetDescription[[Tick this before enabling to make the addon work outside of raid groups]] | 563 w:SetDescription[[Tick this before manually enabling to make the addon work outside of raid groups]] |
564 else | 564 else |
565 if d == "alsolog" then | 565 if d == "alsolog" then |
566 w:SetDescription[[Also log all debug messages to disk. See print_log.lua in the addon folder for later viewing.]] | 566 w:SetDescription[[Also log all debug messages to disk. See print_log.lua in the addon folder for later viewing.]] |
567 end | 567 end |
568 w:SetDisabled(not addon.DEBUG_PRINT) | 568 w:SetDisabled(not addon.DEBUG_PRINT) |