backported wxFileName::MakeAbsolute

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-04-13 17:09:37 +00:00
parent 919d1806cc
commit a24ce8f811
3 changed files with 26 additions and 4 deletions

View File

@@ -185,6 +185,7 @@ All:
- fixed duplicate wxFontEncoding values
- wxFileConfig now always uses UTF-8 to store settings in Unicode build;
it will be possible to set different charset in wxWindows >= 2.5.0
- added wxFileName::MakeAbsolute
Unix (GUI):