X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99eb484a70f3725340ee1c487f54a0d45f786039..17beda75ef9780ebef5044e41889a9b598dcf186:/src/osx/iphone/textctrl.mm diff --git a/src/osx/iphone/textctrl.mm b/src/osx/iphone/textctrl.mm index db3cf4b0dc..ab3baf12f2 100644 --- a/src/osx/iphone/textctrl.mm +++ b/src/osx/iphone/textctrl.mm @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: src/osx/cocoa/textctrl.mm +// Name: src/osx/iphone/textctrl.mm // Purpose: wxTextCtrl // Author: Stefan Csomor // Modified by: Ryan Norton (MLTE GetLineLength and GetLineText) // Created: 1998-01-01 -// RCS-ID: $Id: textctrl.cpp 54820 2008-07-29 20:04:11Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -674,6 +674,7 @@ bool wxUITextFieldControl::SetHint(const wxString& hint) { wxCFStringRef hintstring(hint); [m_textField setPlaceholder:hintstring.AsNSString()]; + return true; } #endif