WoWInterface SVN ColoredTooltips

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 22 to Rev 21
    Reverse comparison

Rev 22 → Rev 21

trunk/ColoredTooltips/ColoredTooltips.toc
1,7 → 1,7
## Interface: 70300
## Title: Colored Tooltips
## Notes: Sets tooltip background colors based on targeted unit
## Version: 1.3.8
## Version: 1.3.7
## Author: Kharthus
## SavedVariables: ColoredTooltips_Config
ColoredTooltips.xml
trunk/ColoredTooltips/ColoredTooltips.xml
16,9 → 16,9
<Scripts>
<OnClick>
if ( self:GetChecked() ) then
PlaySound(SOUNDKIT.IG_MAINMENU_OPTION_CHECKBOX_OFF);
PlaySound("igMainMenuOptionCheckBoxOff");
else
PlaySound(SOUNDKIT.IG_MAINMENU_OPTION_CHECKBOX_ON);
PlaySound("igMainMenuOptionCheckBoxOn");
end
ColoredTooltips_OptionsCheckButtonOnClick(self);
</OnClick>
176,11 → 176,11
</OnLoad>
<OnShow>
ColoredTooltipsOptions_OnShow();
PlaySound(SOUNDKIT.IG_CHARACTER_INFO_OPEN);
PlaySound("igCharacterInfoOpen");
</OnShow>
<OnHide>
ColoredTooltipsOptions_OnHide(self);
PlaySound(SOUNDKIT.IG_CHARACTER_INFO_CLOSE);
PlaySound("igCharacterInfoClose");
</OnHide>
</Scripts>
</Frame>