comparison OptionPage.xml @ 61:adba10dfa908

Implemented the "Defaults" button for the key bindings options subpage.
author madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09
date Fri, 03 May 2013 23:24:58 +0000
parents 5ca5fe6b0871
children c22f1accec43
comparison
equal deleted inserted replaced
60:a710bedc1ec4 61:adba10dfa908
492 </Frames> 492 </Frames>
493 <Scripts> 493 <Scripts>
494 <OnLoad> 494 <OnLoad>
495 self.name = "Rebind keys" 495 self.name = "Rebind keys"
496 self.parent = CyborgMMO_OptionPage 496 self.parent = CyborgMMO_OptionPage
497 self.default = CyborgMMO_SetDefaultKeyBindings
497 InterfaceOptions_AddCategory(self) 498 InterfaceOptions_AddCategory(self)
498 </OnLoad> 499 </OnLoad>
499 </Scripts> 500 </Scripts>
500 </Frame> 501 </Frame>
501 502