]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo.
authorRobert Roebling <robert@roebling.de>
Fri, 31 Jan 2003 14:55:28 +0000 (14:55 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 31 Jan 2003 14:55:28 +0000 (14:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/window.cpp
src/gtk1/window.cpp

index a2c0ea57b252a82beb676c4a2d18340c30471ec7..acc7d12ca243f3efa74f6415124d6da12341e490 100644 (file)
@@ -4152,7 +4152,7 @@ void wxWindowGTK::SetWidgetStyle()
         pango_font_description_copy( m_font.GetNativeFontInfo()->description );
 #else
         gdk_font_unref( style->font );
-        style->font = gdk_font_ref( m_font.GetInternalFont( 1.0 ) )
+        style->font = gdk_font_ref( m_font.GetInternalFont( 1.0 ) );
 #endif
     }
 
index a2c0ea57b252a82beb676c4a2d18340c30471ec7..acc7d12ca243f3efa74f6415124d6da12341e490 100644 (file)
@@ -4152,7 +4152,7 @@ void wxWindowGTK::SetWidgetStyle()
         pango_font_description_copy( m_font.GetNativeFontInfo()->description );
 #else
         gdk_font_unref( style->font );
-        style->font = gdk_font_ref( m_font.GetInternalFont( 1.0 ) )
+        style->font = gdk_font_ref( m_font.GetInternalFont( 1.0 ) );
 #endif
     }