]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/htmllbox.cpp
Compilation fix for wxMSW build without PCH.
[wxWidgets.git] / src / generic / htmllbox.cpp
index 8f75e7375ff0b7885f15d65d72bf95d5ec45812a..2bc89731c198f1c2490d7b63103926b668bba95a 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     31.05.03
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
-// License:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -686,7 +686,7 @@ int wxSimpleHtmlListBox::DoInsertItems(const wxArrayStringsAdapter& items,
 
     UpdateCount();
 
-    return pos;
+    return pos - 1;
 }
 
 void wxSimpleHtmlListBox::SetString(unsigned int n, const wxString& s)