]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagpcx.cpp
Use stock id instead of duplicating its string label in CheckFit().
[wxWidgets.git] / src / common / imagpcx.cpp
index 71f3b1e7a5a42a43034218f36da0469511855d29..09a4612cbfdb76d203d19852e00cce996e1e50fd 100644 (file)
@@ -439,7 +439,9 @@ bool wxPCXHandler::LoadFile( wxImage *image, wxInputStream& stream, bool verbose
     if (!CanRead(stream))
     {
         if (verbose)
+        {
             wxLogError(_("PCX: this is not a PCX file."));
+        }
 
         return false;
     }