diff options
| -rw-r--r-- | src/wx/dir_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dir_dialog.cc b/src/wx/dir_dialog.cc index e5429fa77..d5a1b94b2 100644 --- a/src/wx/dir_dialog.cc +++ b/src/wx/dir_dialog.cc @@ -71,7 +71,7 @@ DirDialog::paths() const #if wxCHECK_VERSION(3, 1, 4) GetPaths(wx); #else - wx.Append(GetPath()); + wx.Add(GetPath()); #endif vector<boost::filesystem::path> std; |
