diff 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
line wrap: on
line diff
--- a/OptionView.lua	Fri May 03 23:24:21 2013 +0000
+++ b/OptionView.lua	Fri May 03 23:24:26 2013 +0000
@@ -21,6 +21,7 @@
 CyborgMMO_OptionView = {
 	new = function(self)
 		self.name = "Cyborg MMO7 Plugin"
+		self.default = CyborgMMO_SetDefaultSettings
 		InterfaceOptions_AddCategory(self)
 		return self
 	end,