WoWInterface SVN ColoredTooltips

Compare Revisions

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

Rev 21 → Rev 22

trunk/ColoredTooltips/ColoredTooltips.xml
16,9 → 16,9
<Scripts>
<OnClick>
if ( self:GetChecked() ) then
PlaySound("igMainMenuOptionCheckBoxOff");
PlaySound(SOUNDKIT.IG_MAINMENU_OPTION_CHECKBOX_OFF);
else
PlaySound("igMainMenuOptionCheckBoxOn");
PlaySound(SOUNDKIT.IG_MAINMENU_OPTION_CHECKBOX_ON);
end
ColoredTooltips_OptionsCheckButtonOnClick(self);
</OnClick>
176,11 → 176,11
</OnLoad>
<OnShow>
ColoredTooltipsOptions_OnShow();
PlaySound("igCharacterInfoOpen");
PlaySound(SOUNDKIT.IG_CHARACTER_INFO_OPEN);
</OnShow>
<OnHide>
ColoredTooltipsOptions_OnHide(self);
PlaySound("igCharacterInfoClose");
PlaySound(SOUNDKIT.IG_CHARACTER_INFO_CLOSE);
</OnHide>
</Scripts>
</Frame>
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.7
## Version: 1.3.8
## Author: Kharthus
## SavedVariables: ColoredTooltips_Config
ColoredTooltips.xml