projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a28fda4
)
COmpilation fix.
author
Mattia Barbon
<mbarbon@cpan.org>
Thu, 24 Apr 2003 22:17:14 +0000
(22:17 +0000)
committer
Mattia 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
patch
|
blob
|
blame
|
history
diff --git
a/src/generic/filedlgg.cpp
b/src/generic/filedlgg.cpp
index 9af9c6d17f058d6b247f8d9051e539a262082f3a..2bd623bd8ccdbc0026cd07ae126e4a06005c78f1 100644
(file)
--- a/
src/generic/filedlgg.cpp
+++ b/
src/generic/filedlgg.cpp
@@
-264,7
+264,7
@@
wxString wxFileData::GetHint() const
}
else
{
- s +=
LongToString(
m_size );
+ s +=
wxString::Format( "%ld",
m_size );
s += wxT(" bytes ");
}