---------------------------------------------------------------------------
| 1767 | |
| 1768 | //--------------------------------------------------------------------------- |
| 1769 | void __fastcall TMainF::M_Help_SupportedCodecsClick(TObject *Sender) |
| 1770 | { |
| 1771 | Page_Custom_Text->Visible=true; |
| 1772 | Page_Custom_HTML->Visible=false; |
| 1773 | Page->ActivePage=Page_Custom; |
| 1774 | FormResize(Sender); |
| 1775 | |
| 1776 | Page_Custom_Text->Text=I->Option_Static(__T("Info_Codecs")).c_str(); |
| 1777 | } |
| 1778 | |
| 1779 | //--------------------------------------------------------------------------- |
| 1780 | void __fastcall TMainF::M_Help_SupportedFormatsClick(TObject *Sender) |
nothing calls this directly
no test coverage detected