projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compilation fix for recent commit
[wxWidgets.git]
/
samples
/
rotate
/
rotate.cpp
diff --git
a/samples/rotate/rotate.cpp
b/samples/rotate/rotate.cpp
index 89c7a0d2999bbfd4a1db2e2b0d34894e2f485790..2bdb6270e99fd3fb53d617641cc4a8f2b87eaa0a 100644
(file)
--- a/
samples/rotate/rotate.cpp
+++ b/
samples/rotate/rotate.cpp
@@
-96,8
+96,8
@@
bool MyApp::OnInit()
if ( !m_image.Ok() )
{
- wxLogError(
"Can't load the test image, please copy it to the "
-
"program directory"
);
+ wxLogError(
wxT("Can't load the test image, please copy it to the ")
+
wxT("program directory")
);
return FALSE;
}