зеркало из https://github.com/mozilla/pjs.git
Fix gtk system fonts (bug 236579). r+sr=dbaron, a=chofmann.
This commit is contained in:
Родитель
2c9b2f4ca3
Коммит
b29af615c1
|
@ -966,7 +966,7 @@ nsSystemFontsGTK::GetSystemFontInfo(GtkWidget *aWidget, nsFont* aFont,
|
|||
if (NS_IsXftEnabled()) {
|
||||
aFont->name.Assign(PRUnichar('"'));
|
||||
aFont->name.AppendWithConversion(pango_font_description_get_family(desc));
|
||||
aFont->name.Assign(PRUnichar('"'));
|
||||
aFont->name.Append(PRUnichar('"'));
|
||||
}
|
||||
#endif /* MOZ_ENABLE_XFT */
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче