Mercurial > wow > cyborg-mmo7
diff OptionPage.xml @ 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 | adba10dfa908 |
children |
line wrap: on
line diff
--- a/OptionPage.xml Fri May 03 23:24:58 2013 +0000 +++ b/OptionPage.xml Fri May 03 23:25:03 2013 +0000 @@ -492,8 +492,8 @@ </Frames> <Scripts> <OnLoad> - self.name = "Rebind keys" - self.parent = CyborgMMO_OptionPage + self.name = CyborgMMO_StringTable.CyborgMMO_OptionPageRebindTitle + self.parent = CyborgMMO_OptionPage.name self.default = CyborgMMO_SetDefaultKeyBindings InterfaceOptions_AddCategory(self) </OnLoad>