comparison modules/ReAction_ConfigUI/ReAction_ConfigUI.lua @ 90:7cabc8ac6c16

Updates for wow 3.0 - TOC update - updated changed APIs/frame names - rewrote state code per new SecureHandlers API - cleaned up Bar, ActionButton code - removed AceLibrary/Dewdrop, menu from bar right-click - fixed various small bugs Updated WowAce external locations Updated README.html
author Flick <flickerstreak@gmail.com>
date Wed, 15 Oct 2008 16:29:41 +0000
parents fc83b3f5b322
children c2504a8b996c
comparison
equal deleted inserted replaced
89:491a6ffe7260 90:7cabc8ac6c16
49 self.editor:Hide() 49 self.editor:Hide()
50 end 50 end
51 end 51 end
52 52
53 function module:OpenConfig() 53 function module:OpenConfig()
54 InterfaceOptionsFrame_OpenToFrame(configName) 54 InterfaceOptionsFrame_OpenToCategory(configName)
55 end 55 end
56 56
57 function module:InitializeOptions() 57 function module:InitializeOptions()
58 ReAction:RegisterOptions(self, { 58 ReAction:RegisterOptions(self, {
59 _launchEditor = { 59 _launchEditor = {