diff OptionView.lua @ 62:c22f1accec43

Fixed the parent/child relationship of the option pages. The option category names are now localized (they actually use the same text as the corresponding frame title).
author madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09
date Fri, 03 May 2013 23:25:03 +0000
parents b7ee4a10eaf0
children
line wrap: on
line diff
--- a/OptionView.lua	Fri May 03 23:24:58 2013 +0000
+++ b/OptionView.lua	Fri May 03 23:25:03 2013 +0000
@@ -20,7 +20,7 @@
 
 CyborgMMO_OptionView = {
 	new = function(self)
-		self.name = "Cyborg MMO7 Plugin"
+		self.name = CyborgMMO_StringTable.CyborgMMO_OptionPageTitle
 		self.default = CyborgMMO_SetDefaultSettings
 		InterfaceOptions_AddCategory(self)
 		return self