projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix fatal bug when changing wxDataViewCtrl model in wxGTK.
[wxWidgets.git]
/
src
/
common
/
imagtga.cpp
diff --git
a/src/common/imagtga.cpp
b/src/common/imagtga.cpp
index d98ff01800d68f6438c64b9d0df388f9e94c69c3..62080d22c1f5490cb0d852ce9f6bf3e35f08ebcb 100644
(file)
--- a/
src/common/imagtga.cpp
+++ b/
src/common/imagtga.cpp
@@
-669,7
+669,9
@@
bool wxTGAHandler::LoadFile(wxImage* image,
if ( !CanRead(stream) )
{
if ( verbose )
+ {
wxLogError(wxT("TGA: this is not a TGA file."));
+ }
return false;
}