View Single Post
07-09-10, 04:29 AM   #8
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
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
  Reply With Quote