---------------------------------------------------------------------------
| 1778 | |
| 1779 | //--------------------------------------------------------------------------- |
| 1780 | void __fastcall TMainF::M_Help_SupportedFormatsClick(TObject *Sender) |
| 1781 | { |
| 1782 | Page_Custom_Text->Visible=true; |
| 1783 | Page_Custom_HTML->Visible=false; |
| 1784 | Page->ActivePage=Page_Custom; |
| 1785 | FormResize(Sender); |
| 1786 | |
| 1787 | Page_Custom_Text->Text=I->Option_Static(__T("Info_Capacities")).c_str(); |
| 1788 | } |
| 1789 | |
| 1790 | //--------------------------------------------------------------------------- |
| 1791 | void __fastcall TMainF::M_LanguageClick(TObject *Sender) |
nothing calls this directly
no test coverage detected