]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/msgdlgg.cpp
code fragment that adds one more line to each html page for better look was moved...
[wxWidgets.git] / src / generic / msgdlgg.cpp
index a574efd37423096d1ff3b1e7aa2e6afceb385b06..deb4be56779fe823c4c94a12e50a70178260f6eb 100644 (file)
@@ -73,7 +73,7 @@ wxGenericMessageDialog::wxGenericMessageDialog( wxWindow *parent,
     if (style & wxICON_MASK)
     {
          wxStaticBitmap *icon = new wxStaticBitmap(
-            this, -1, wxTheApp->GetStdIcon(style & wxICON_MASK));
+            this, -1, wxTheApp->GetStdIcon((int)(style & wxICON_MASK)));
          icon_text->Add( icon, 0, wxCENTER );
     }