vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | function Perl_Config_ThirdParty_Display() |
2 | Perl_Config_Hide_All(); |
||
3 | Perl_Config_ThirdParty_Frame:Show(); |
||
4 | end |
||
5 | |||
6 | function Perl_Config_ThirdParty_DisplayOptions_Perl_ColorChange() |
||
7 | Perl_Config_Hide_All(); |
||
8 | if (Perl_Config_ColorChange_Frame) then |
||
9 | Perl_Config_ColorChange_Display(); |
||
10 | else |
||
11 | Perl_Config_NotInstalled_Frame:Show(); |
||
12 | end |
||
13 | end |