---------------------------------------------------------------------------
| 381 | |
| 382 | //--------------------------------------------------------------------------- |
| 383 | void __fastcall TPreferencesF::CB_InscrireShell_FolderClick(TObject *Sender) |
| 384 | { |
| 385 | //Shell extension |
| 386 | if (CB_InscrireShell_Folder->Checked) |
| 387 | Prefs->Config(__T("ShellExtension_Folder"), 1)=__T("1"); |
| 388 | else |
| 389 | Prefs->Config(__T("ShellExtension_Folder"), 1)=__T("0"); |
| 390 | |
| 391 | } |
| 392 | |
| 393 | //--------------------------------------------------------------------------- |
| 394 | void __fastcall TPreferencesF::CB_InscrireShell_RetainLegacyClick(TObject *Sender) |
nothing calls this directly
no outgoing calls
no test coverage detected