]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imaggif.cpp
Do not generate wxEVT_PG_SELECTED with direct ClearSelection() and SelectProperty...
[wxWidgets.git] / src / common / imaggif.cpp
index cd81463b498d8b88d3fbe0c53c23230ecff6d703..7c7ef7c8e37dc19f42c1fc1f182b06f1d076bb28 100644 (file)
@@ -89,7 +89,9 @@ bool wxGIFHandler::SaveFile( wxImage * WXUNUSED(image),
                              wxOutputStream& WXUNUSED(stream), bool verbose )
 {
     if (verbose)
+    {
         wxLogDebug(wxT("GIF: the handler is read-only!!"));
+    }
 
     return false;
 }