Mercurial > wow > cyborg-mmo7
comparison OptionView.lua @ 55:72adde883f46
Removed the "Defaults" button from the option page. It was no longer visible following addition of the prefix anyway.
Plugged the built-in "Defaults" button of the interface options dialog to what the custom button was previously doing.
| author | madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09 |
|---|---|
| date | Fri, 03 May 2013 23:24:26 +0000 |
| parents | e8a004a4177b |
| children | b7ee4a10eaf0 |
comparison
equal
deleted
inserted
replaced
| 54:c9706291c141 | 55:72adde883f46 |
|---|---|
| 19 --~ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | 19 --~ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | 20 |
| 21 CyborgMMO_OptionView = { | 21 CyborgMMO_OptionView = { |
| 22 new = function(self) | 22 new = function(self) |
| 23 self.name = "Cyborg MMO7 Plugin" | 23 self.name = "Cyborg MMO7 Plugin" |
| 24 self.default = CyborgMMO_SetDefaultSettings | |
| 24 InterfaceOptions_AddCategory(self) | 25 InterfaceOptions_AddCategory(self) |
| 25 return self | 26 return self |
| 26 end, | 27 end, |
| 27 } | 28 } |
| 28 | 29 |
