missing else

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2006-06-08 18:53:29 +00:00
parent 258b2ca681
commit df39467f88

View File

@ -1588,6 +1588,7 @@ void wxMacUnicodeTextControl::WriteText( const wxString& str )
CFStringRef value = cf ;
SetData<CFStringRef>( 0, kControlEditTextInsertCFStringRefTag, &value );
}
else
#endif
{
wxString val = GetStringValue() ;