]> git.saurik.com Git - wxWidgets.git/commitdiff
COmpilation fix.
authorMattia Barbon <mbarbon@cpan.org>
Thu, 24 Apr 2003 22:17:14 +0000 (22:17 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 24 Apr 2003 22:17:14 +0000 (22:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/filedlgg.cpp

index 9af9c6d17f058d6b247f8d9051e539a262082f3a..2bd623bd8ccdbc0026cd07ae126e4a06005c78f1 100644 (file)
@@ -264,7 +264,7 @@ wxString wxFileData::GetHint() const
     }
     else
     {
-        s += LongToString( m_size );
+        s += wxString::Format( "%ld", m_size );
         s += wxT(" bytes ");
     }