예제 #1
0
int PoeditApp::OnExit()
{
#ifdef USE_SPARKLE
    Sparkle_Cleanup();
#endif // USE_SPARKLE
#ifdef __WXMSW__
    win_sparkle_cleanup();
#endif

    return wxApp::OnExit();
}
예제 #2
0
파일: edapp.cpp 프로젝트: mfloryan/poedit
int PoeditApp::OnExit()
{
    TranslationMemory::CleanUp();

#ifdef USE_SPARKLE
    Sparkle_Cleanup();
#endif // USE_SPARKLE
#ifdef __WXMSW__
    win_sparkle_cleanup();
#endif

    u_cleanup();

    return wxApp::OnExit();
}