| 212 | } |
| 213 | |
| 214 | bool ExtImportPrefs::Commit() |
| 215 | { |
| 216 | ShuttleGui S(this, eIsSavingToPrefs); |
| 217 | PopulateOrExchange(S); |
| 218 | |
| 219 | Importer::Get().WriteImportItems(); |
| 220 | |
| 221 | return true; |
| 222 | } |
| 223 | |
| 224 | // See bug #2315 for discussion. This should be reviewed |
| 225 | // and (possibly) removed after wx3.1.3. |
nothing calls this directly
no test coverage detected