]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/stdpaths.cpp
don't skip the scroll position validity check in CalcScrollInc() if m_[xy]ScrollPixel...
[wxWidgets.git] / src / unix / stdpaths.cpp
index edbaef8fed99b4429730254420305a71a79f9aab..e81f673d205d792e4cf75ab64d8eb1dba17683b1 100644 (file)
@@ -100,6 +100,11 @@ wxStandardPaths::GetLocalizedResourcesDir(const wxChar *lang,
     return wxStandardPathsBase::GetLocalizedResourcesDir(lang, category);
 }
 
+wxString wxStandardPaths::GetExecutablePath() const
+{
+    return wxStandardPathsBase::GetExecutablePath();
+}
+
 #else // !__VMS
 
 // ============================================================================