File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ read_globals = {
8282 " CANCEL" ,
8383 " ChatFontNormal" ,
8484 " CLOSE" ,
85+ " Constants" ,
8586 " DEFAULT_CHAT_FRAME" ,
8687 " FONT_COLOR_CODE_CLOSE" ,
8788 " GameFontDisableSmall" ,
Original file line number Diff line number Diff line change 44-- @name AceTab-3.0
55-- @release $Id$
66
7- local ACETAB_MAJOR , ACETAB_MINOR = ' AceTab-3.0' , 9
7+ local ACETAB_MAJOR , ACETAB_MINOR = ' AceTab-3.0' , 10
88local AceTab , oldminor = LibStub :NewLibrary (ACETAB_MAJOR , ACETAB_MINOR )
99
1010if not AceTab then return end -- No upgrade needed
@@ -23,6 +23,7 @@ local strsub = string.sub
2323local strlower = string.lower
2424local strformat = string.format
2525local strmatch = string.match
26+ local NUM_CHAT_WINDOWS = NUM_CHAT_WINDOWS or Constants .ChatFrameConstants .MaxChatWindows
2627
2728local function printf (...)
2829 DEFAULT_CHAT_FRAME :AddMessage (strformat (... ))
You can’t perform that action at this time.
0 commit comments