]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
Added call to top-level window OnInternalIdle
[wxWidgets.git] / src / common / filefn.cpp
index 3ccac13183f3116f5c8a6d57d8161943a225b963..41e11eb45cdf69320c2b8f8f544c4b202fff61f6 100644 (file)
@@ -255,7 +255,7 @@ static inline wxChar* MYcopystring(const wxChar* s)
 
 void wxPathList::Add (const wxString& path)
 {
-    wxStringList::Append (WXSTRINGCAST path);
+    wxStringList::Add (WXSTRINGCAST path);
 }
 
 // Add paths e.g. from the PATH environment variable