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:
@@ -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__
|
||||
|
||||
|
Reference in New Issue
Block a user