]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/toplevel.cpp
Add wxHtmlTag::GetParamAsString() convenience method.
[wxWidgets.git] / src / gtk1 / toplevel.cpp
index 19067668d0cff125bb00ae010c67778bf54758b2..dc33e033c4e1f78cc451df1312be93661662a839 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        src/gtk1/toplevel.cpp
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -1100,7 +1099,7 @@ void wxTopLevelWindowGTK::SetIcons( const wxIconBundle &icons )
         return;
 
     wxIcon icon = icons.GetIcon(-1);
-    if (icon.Ok())
+    if (icon.IsOk())
     {
         wxMask *mask = icon.GetMask();
         GdkBitmap *bm = NULL;