vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- This statement will load any translation that is present or default to English.
2 if( not ace:LoadTranslation("AceGUI") ) then
3  
4 ACEGUI_NAME = "AceGUI"
5 ACEGUI_DESCRIPTION = "Tools for building graphical elements."
6  
7 end