From: Robert Roebling Date: Fri, 31 Jan 2003 14:55:28 +0000 (+0000) Subject: Typo. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f77cf4e68a98b10378ab07c1c591464b89656102 Typo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/window.cpp b/src/gtk/window.cpp index a2c0ea57b2..acc7d12ca2 100644 --- a/src/gtk/window.cpp +++ b/src/gtk/window.cpp @@ -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 } diff --git a/src/gtk1/window.cpp b/src/gtk1/window.cpp index a2c0ea57b2..acc7d12ca2 100644 --- a/src/gtk1/window.cpp +++ b/src/gtk1/window.cpp @@ -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 }