// $Header: $ // $Log: $ #include "stdwx.h" #include "ssst.h" #include "DlgSearch.h" IMPLEMENT_APP(AskhaApp) bool AskhaApp::OnInit() { m_locale.Init(wxLANGUAGE_GERMAN); m_pConfig = new wxConfig("ssst"); scDlgSearch dlgSearch( NULL, -1, wxT("swish-e simple search tool"), wxPoint(-1, -1), wxSize(365, 290), wxDIALOG_MODELESS|wxDEFAULT_DIALOG_STYLE); dlgSearch.ShowModal(); delete m_pConfig; return FALSE; }