Misc small changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -67,7 +67,7 @@ void wxResourceTableWithSaving::OutputFont(wxTextOutputStream& stream, const wxF
|
||||
|
||||
bool wxResourceTableWithSaving::Save(const wxString& filename)
|
||||
{
|
||||
wxFileOutputStream file_output( filename.fn_str() );
|
||||
wxFileOutputStream file_output( filename );
|
||||
if (file_output.LastError())
|
||||
return FALSE;
|
||||
|
||||
|
Reference in New Issue
Block a user