]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/xtistrm.cpp
Add another test for the insertion point position after SetValue().
[wxWidgets.git] / src / common / xtistrm.cpp
index 20d21f6f5b366a5e5758d605ff9481ca61f7a529..6cab5826c71c3dc33192500e3ad0191e03dcdf29 100644 (file)
@@ -429,7 +429,7 @@ struct wxRuntimeDepersister::wxRuntimeDepersisterInternal
             return NULL ;
         if ( m_objects.find(objectID) == m_objects.end() )
         {
-            wxLogError( _("Passing an unkown object to GetObject") ) ;
+            wxLogError( _("Passing an unknown object to GetObject") ) ;
             return NULL ;
         }
 
@@ -649,7 +649,7 @@ struct wxCodeDepersister::wxCodeDepersisterInternal
 
         if ( m_objectNames.find(objectID) == m_objectNames.end() )
         {
-            wxLogError( _("Passing an unkown object to GetObject") ) ;
+            wxLogError( _("Passing an unknown object to GetObject") ) ;
             return wxEmptyString ;
         }
         return wxString( m_objectNames[objectID].c_str() ) ;
@@ -842,6 +842,6 @@ void wxCodeDepersister::SetConnect(int eventSourceObjectID,
 
 #include "wx/arrimpl.cpp"
 
-WX_DEFINE_OBJARRAY(wxxVariantArray);
+WX_DEFINE_OBJARRAY(wxxVariantArray)
 
 #endif // wxUSE_EXTENDED_RTTI