36 if ( !wxApp::OnInit() )
return false;
37 wxConfig::Set (
new wxConfig (
"yatish",
"EIF-services",
38 wxEmptyString, wxEmptyString,
39 wxCONFIG_USE_LOCAL_FILE|wxCONFIG_USE_SUBDIR) );
41 wxStandardPaths::Get().SetInstallPrefix (
"/usr/local");
46 if ( checker.IsAnotherRunning() ) {
47 wxLogError(_(
"Another program instance is already running, aborting.") );
51 wxFileSystem::AddHandler(
new wxZipFSHandler);
54 wxInitAllImageHandlers();
67 delete wxConfig::Set (
nullptr);
68 return wxApp::OnExit();
wxIMPLEMENT_APP(yatishApp)