Enable stl compilation with wxMac - unicode no work on 10.2 though. Modded patch 1051991.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-11-19 06:57:02 +00:00
parent ee9a28abee
commit 71f2fb52d5
4 changed files with 156 additions and 30 deletions

View File

@@ -1204,7 +1204,7 @@ void wxGenericFileDialog::HandleAction( const wxString &fn )
if (filename.BeforeFirst(wxT('/')) == wxT("~"))
{
filename = wxGetUserHome() + filename.Remove(0, 1);
filename = wxString(wxGetUserHome()) + filename.Remove(0, 1);
}
#endif // __UNIX__