X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/061fe33fdafda11f2781b4ed25890bd6bb475360..fb5cb86797d8c3a670bb060c1d042bd018cc4bba:/src/univ/scrarrow.cpp?ds=inline diff --git a/src/univ/scrarrow.cpp b/src/univ/scrarrow.cpp index 312bdeee1f..a540046aea 100644 --- a/src/univ/scrarrow.cpp +++ b/src/univ/scrarrow.cpp @@ -4,7 +4,6 @@ // Author: Vadim Zeitlin // Modified by: // Created: 22.01.01 -// RCS-ID: $Id$ // Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -123,7 +122,7 @@ wxScrollArrows::wxScrollArrows(wxControlWithArrows *control) wxScrollArrows::~wxScrollArrows() { // it should have been destroyed - wxASSERT_MSG( !m_captureData, _T("memory leak in wxScrollArrows") ); + wxASSERT_MSG( !m_captureData, wxT("memory leak in wxScrollArrows") ); } // ----------------------------------------------------------------------------