COmpilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -264,7 +264,7 @@ wxString wxFileData::GetHint() const
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
s += LongToString( m_size );
|
s += wxString::Format( "%ld", m_size );
|
||||||
s += wxT(" bytes ");
|
s += wxT(" bytes ");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user