comparison 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
comparison
equal deleted inserted replaced
61:adba10dfa908 62:c22f1accec43
490 </Scripts> 490 </Scripts>
491 </Frame> 491 </Frame>
492 </Frames> 492 </Frames>
493 <Scripts> 493 <Scripts>
494 <OnLoad> 494 <OnLoad>
495 self.name = "Rebind keys" 495 self.name = CyborgMMO_StringTable.CyborgMMO_OptionPageRebindTitle
496 self.parent = CyborgMMO_OptionPage 496 self.parent = CyborgMMO_OptionPage.name
497 self.default = CyborgMMO_SetDefaultKeyBindings 497 self.default = CyborgMMO_SetDefaultKeyBindings
498 InterfaceOptions_AddCategory(self) 498 InterfaceOptions_AddCategory(self)
499 </OnLoad> 499 </OnLoad>
500 </Scripts> 500 </Scripts>
501 </Frame> 501 </Frame>