Advertisement
Guest User

Untitled

a guest
Dec 11th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1.     local button = CreateFrame("Button", nil, GroupFinderFrame, "UIPanelButtonTemplate")
  2.     button:SetPoint("TOP", GroupFinderFrame.groupButton4, "BOTTOM", 0, -10)
  3.     button:SetSize(100, 21)
  4.     button:SetText(LOOKING_FOR_RAID)
  5.     button:SetScript("OnClick", ToggleRaidBrowser)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement