| 46 | { return VisitSettings<true>(S); } |
| 47 | |
| 48 | void GetPreferenceCommand::PopulateOrExchange(ShuttleGui & S) |
| 49 | { |
| 50 | S.AddSpace(0, 5); |
| 51 | |
| 52 | S.StartMultiColumn(2, wxALIGN_CENTER); |
| 53 | { |
| 54 | S.TieTextBox(XXO("Name:"),mName); |
| 55 | } |
| 56 | S.EndMultiColumn(); |
| 57 | } |
| 58 | |
| 59 | |
| 60 | bool GetPreferenceCommand::Apply(const CommandContext & context) |
nothing calls this directly
no test coverage detected