From: Stefan Csomor Date: Mon, 5 Jul 2010 06:39:56 +0000 (+0000) Subject: fixing doc for OSX X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/76dd097ab7609132a77d7e8095e887ee17a3393e?ds=inline fixing doc for OSX git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/stdpaths.h b/interface/wx/stdpaths.h index 88c37c870b..ccdb92816e 100644 --- a/interface/wx/stdpaths.h +++ b/interface/wx/stdpaths.h @@ -140,7 +140,7 @@ public: Example return values: - Unix: @c /usr/local/bin/exename - Windows: @c "C:\Programs\AppFolder\exename.exe" - - Mac: @c /Programs/exename + - Mac: @c /Applications/exename.app/Contents/MacOS/exename */ virtual wxString GetExecutablePath() const;