36 - [FIXED] Icons for New Buttons in Function Menu
What does the provided patch do? fixes the new buttons shown in function menu (now all new got the fitting icon!)
Please provide any additional information below. change the following blocks in xbar.lua to this:
icon="Interface\\PetFrame\\PetFrameShow_Normal", GetText=function() return XLng["PopupBtn"]["Main_PF1"]; end, GetTooltip=function() return XLng["PopupBtn"]["Main_PF2"]; end, OnClick=function() ToggleUIFrame(PetFrame); end },{ icon="Interface\\MainMenuFrame\\MainPopupButton-Icon-Title", GetText=function() return XLng["PopupBtn"]["Main_TA1"]; end, GetTooltip=function() return XLng["PopupBtn"]["Main_TA2"]; end, OnClick=function() ToggleUIFrame(AchievementTitleFrame); end },{ icon="Interface\\DrawRuneFrame\\DrawRuneFrame-Icon", GetText=function() return XLng["PopupBtn"]["Main_RF1"]; end, GetTooltip=function() return XLng["PopupBtn"]["Main_RF1"]; end, OnClick=function() ToggleUIFrame(DrawRuneFrame); end
- 1 comment
- 1 comment
- Reply
- #1
matif Aug 16, 2010 at 10:40 UTC - 0 likesI have already done the part of change and other change in the menu, I will relese at next time.