Thread: Type DELETE!
View Single Post
08-14-15, 01:24 PM   #3
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Lua Code:
  1. StaticPopupDialogs.DELETE_GOOD_ITEM.hasEditBox = false
  2. StaticPopupDialogs.DELETE_GOOD_ITEM.OnShow = function(self)
  3.     self.button1:Enable()
  4. end
  Reply With Quote