Replace a reference to a very old SourceForge ticket number

Not sure if it's the exact same ticket or if it's even relevant 18 years
later, but it seems to be close.
This commit is contained in:
Vadim Zeitlin 2022-10-15 21:19:06 +02:00
parent fb4f0b590c
commit 39ea524943
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ void wxMemoryDCImpl::Init()
m_context = gdk_pango_context_get();
// Note: The Sun customised version of Pango shipping with Solaris 10
// crashes if the language is left NULL (see bug 1374114)
// crashes if the language is left null (see #2962)
pango_context_set_language( m_context, gtk_get_default_language() );
m_layout = pango_layout_new( m_context );
m_fontdesc = pango_font_description_copy( pango_context_get_font_description( m_context ) );

View file

@ -33,7 +33,7 @@ void wxScreenDCImpl::Init()
m_context = gdk_pango_context_get();
// Note: The Sun customised version of Pango shipping with Solaris 10
// crashes if the language is left NULL (see bug 1374114)
// crashes if the language is left null (see bug #2962)
pango_context_set_language( m_context, gtk_get_default_language() );
m_layout = pango_layout_new( m_context );
// m_fontdesc = pango_font_description_copy( widget->style->font_desc );