---------------------------------------------------------------------------
| 447 | |
| 448 | //--------------------------------------------------------------------------- |
| 449 | void __fastcall TPreferencesF::Advanced_InformTimestampClick(TObject *Sender) |
| 450 | |
| 451 | { |
| 452 | if (Advanced_InformTimestamp->Checked) |
| 453 | Prefs->Config(__T("InformTimestamp"), 1)=__T("1"); |
| 454 | else |
| 455 | Prefs->Config(__T("InformTimestamp"), 1)=__T("0"); |
| 456 | } |
| 457 | |
| 458 | //--------------------------------------------------------------------------- |
| 459 | void __fastcall TPreferencesF::Advanced_EnableFfmpegClick(TObject *Sender) |
nothing calls this directly
no outgoing calls
no test coverage detected