| 1249 | } |
| 1250 | |
| 1251 | bool AudacityApp::Initialize(int& argc, wxChar** argv) |
| 1252 | { |
| 1253 | if(!PluginHost::IsHostProcess()) |
| 1254 | { |
| 1255 | InitCrashreports(); |
| 1256 | } |
| 1257 | return wxApp::Initialize(argc, argv); |
| 1258 | } |
| 1259 | |
| 1260 | void AudacityApp::CleanUp() |
| 1261 | { |