diff options
| author | Soren Jorvang <soren.jorvang@gmail.com> | 2011-03-23 09:13:01 +0000 |
|---|---|---|
| committer | Soren Jorvang <soren.jorvang@gmail.com> | 2011-03-23 09:13:01 +0000 |
| commit | 35508d7a998ab61228ebf980ffbe7dfbf93d84ea (patch) | |
| tree | c81d901e082afe63e36569df90adc8dbb03e81e5 /Externals/wxWidgets3/src/common/sysopt.cpp | |
| parent | c990f1293229f54fab44a9e151980d2fb2e8fee7 (diff) | |
Update to wxWidgets r67291.
Fixes a wxFileSelector regression on OS X.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7404 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Externals/wxWidgets3/src/common/sysopt.cpp')
| -rw-r--r-- | Externals/wxWidgets3/src/common/sysopt.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Externals/wxWidgets3/src/common/sysopt.cpp b/Externals/wxWidgets3/src/common/sysopt.cpp index 3b947b9a74..b7f14a1659 100644 --- a/Externals/wxWidgets3/src/common/sysopt.cpp +++ b/Externals/wxWidgets3/src/common/sysopt.cpp @@ -4,7 +4,7 @@ // Author: Julian Smart // Modified by: // Created: 2001-07-10 -// RCS-ID: $Id: sysopt.cpp 64651 2010-06-20 17:43:15Z VZ $ +// RCS-ID: $Id: sysopt.cpp 67280 2011-03-22 14:17:38Z DS $ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -76,7 +76,7 @@ wxString wxSystemOptions::GetOption(const wxString& name) { val = gs_optionValues[idx]; } - else // not set explicitely + else // not set explicitly { // look in the environment: first for a variable named "wx_appname_name" // which can be set to affect the behaviour or just this application |
