Used as part of fix for issue #4960
| 295 | |
| 296 | // Used as part of fix for issue #4960 |
| 297 | void ExportFilePanel::SetInitialFocus() |
| 298 | { |
| 299 | mFullName->SetFocus(); |
| 300 | mFullName->SelectAll(); |
| 301 | } |
| 302 | |
| 303 | void ExportFilePanel::SetCustomMappingEnabled(bool enabled) |
| 304 | { |