From: Stefan Csomor Date: Thu, 8 Jun 2006 18:53:29 +0000 (+0000) Subject: missing else X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/df39467f88f92032a4cd847c02ccc94d32f608ad?ds=inline missing else git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/textctrl.cpp b/src/mac/carbon/textctrl.cpp index 42a7d30c28..7b1142a3ce 100644 --- a/src/mac/carbon/textctrl.cpp +++ b/src/mac/carbon/textctrl.cpp @@ -1588,6 +1588,7 @@ void wxMacUnicodeTextControl::WriteText( const wxString& str ) CFStringRef value = cf ; SetData( 0, kControlEditTextInsertCFStringRefTag, &value ); } + else #endif { wxString val = GetStringValue() ;