X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FfrmMain.cpp;h=f07a5ca1f736bc6aff7c6ef2fefae2b9f3b2dbce;hp=77b34bd683080cae79489631f84019a6ea3d33e8;hb=76214fdd5e820c60a468a62fa586749102310f21;hpb=5a47454be4281d2c2a8273df2b509537831c9aad diff --git a/source/frmMain.cpp b/source/frmMain.cpp index 77b34bd..f07a5ca 100644 --- a/source/frmMain.cpp +++ b/source/frmMain.cpp @@ -48,7 +48,7 @@ #include "frmSSLCertificate.h" #include "frmUpdate.h" #include "import/frmImportResults.h" -#include "bitmaps.h" +#include "Bitmaps.h" #include "common/preferences.h" #include "common/getcontactinfo.h" @@ -407,6 +407,10 @@ void frmMain::QuitApp() SetFilename.Append(wxT("settings")); +#elif defined(__APPLE__) + + TerminateHelpBrowserProcess(); + #else // *nix OSes @@ -3127,7 +3131,10 @@ void frmMain::ShowHelp( wxCommandEvent& event ){ #if defined(__HAIKU__) #elif defined(__WIN32__) - + +#elif defined(__APPLE__) + DisplayHelpBrowser(); + return; #else // Get the LANG environment variable