View Single Post
07-09-10, 04:50 AM   #9
mankeluvsit
An Onyxian Warder
 
mankeluvsit's Avatar
Join Date: Sep 2008
Posts: 354
Originally Posted by Haleth View Post
It's editBox.header. They changed 'Header' to lowercase in 3.3.5.

Code:
for i = 1, NUM_CHAT_WINDOWS do
	local frame = _G[("ChatFrame%d"):format(i)]
	frame.editBox.header:SetFont(...)
end
thanks alot [: checking now
  Reply With Quote