XBar III

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
User When Change
matif Aug 16, 2010 at 10:36 UTC Changed status from New to Fixed
skitey Aug 16, 2010 at 04:55 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

  • 1 comment
  • Avatar of matif matif Aug 16, 2010 at 10:40 UTC - 0 likes

    I have already done the part of change and other change in the menu, I will relese at next time.

  • 1 comment

Facts

Last updated
Aug 16, 2010
Reported
Aug 16, 2010
Status
Fixed - Developer made requested changes. QA should verify.
Type
Patch - Source code patch for review
Priority
Medium - Normal priority.
Votes
0

Reported by

Possible assignees