X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fmain.cpp;h=feb1520c82a7025d09b3c5f13ae8b8817043a7c7;hb=658dff4a92e3b0cd971cceb29be887f4f22517e2;hp=f098d36e4de478b4681a9c3fdc532f2d14f88d71;hpb=af7ce11408b8ec660911a3c0bd69c6a1431198e3;p=xestiaab%2F.git diff --git a/source/main.cpp b/source/main.cpp index f098d36..feb1520 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -108,7 +108,7 @@ bool XestiaABApp::OnInit() // Print out the version number. wxPuts(XSDAB_VERSION); - exit(EXIT_SUCCESS); + return false; } @@ -199,7 +199,7 @@ bool XestiaABApp::OnInit() break; } - exit(EXIT_SUCCESS); + return true; } @@ -261,11 +261,11 @@ bool XestiaABApp::OnInit() } - if (!XABArgs.Found(wxT(""))){ + /*if (!XABArgs.Found(wxT(""))){ return false; - } + }*/ // Setup default settings and accounts if they don't exist.