]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/notebook.cpp
Fix crash in wxDataViewProgressRenderer in non-Unicode build.
[wxWidgets.git] / src / gtk / notebook.cpp
index 3b61cd153e497616bf9c2e7d8a22d57eb64f98f9..f418384a367a0d2f6d3744d8e60e1fb5d64bf32a 100644 (file)
@@ -418,7 +418,9 @@ bool wxNotebook::InsertPage( size_t position,
                 pageData->m_image, false, false, m_padding);
         }
         else
+        {
             wxFAIL_MSG("invalid notebook imagelist");
+        }
     }
 
     /* set the label text */