projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
More scrolling stuff.
[wxWidgets.git]
/
src
/
common
/
string.cpp
diff --git
a/src/common/string.cpp
b/src/common/string.cpp
index 4fd4c02a1466e3212058085f0abdb56f925786f1..b0550b816fad8a71448fc03e6b9800f68c040949 100644
(file)
--- a/
src/common/string.cpp
+++ b/
src/common/string.cpp
@@
-1151,7
+1151,7
@@
wxString wxString::Format(const wxChar *pszFormat, ...)
wxString wxString::FormatV(const wxChar *pszFormat, va_list argptr)
{
wxString s;
- s.Printf(pszFormat, argptr);
+ s.Printf
V
(pszFormat, argptr);
return s;
}