]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/stdpaths.cpp
allow dynamically changing most of text control styles in wxGTK
[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
 
 // ============================================================================