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/generic/listctrl.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/generic/listctrl.cpp')
| -rw-r--r-- | Externals/wxWidgets3/src/generic/listctrl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Externals/wxWidgets3/src/generic/listctrl.cpp b/Externals/wxWidgets3/src/generic/listctrl.cpp index 2e66a25fa5..97cb983eb9 100644 --- a/Externals/wxWidgets3/src/generic/listctrl.cpp +++ b/Externals/wxWidgets3/src/generic/listctrl.cpp @@ -3,7 +3,7 @@ // Purpose: generic implementation of wxListCtrl // Author: Robert Roebling // Vadim Zeitlin (virtual list control support) -// Id: $Id: listctrl.cpp 67018 2011-02-25 09:38:35Z JS $ +// Id: $Id: listctrl.cpp 67280 2011-03-22 14:17:38Z DS $ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -1046,7 +1046,7 @@ void wxListHeaderWindow::OnPaint( wxPaintEvent &WXUNUSED(event) ) // NB: The code below is not really Mac-specific, but since we are close // to 2.8 release and I don't have time to test on other platforms, I -// defined this only for wxMac. If this behavior is desired on +// defined this only for wxMac. If this behaviour is desired on // other platforms, please go ahead and revise or remove the #ifdef. #ifdef __WXMAC__ if ( !m_owner->IsVirtual() && (item.m_mask & wxLIST_MASK_STATE) && |
