mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
win32: remove useless comment since we do not support win98 anymore
This commit is contained in:
parent
ed447eba08
commit
e1b874b44f
@ -395,13 +395,6 @@ _gdk_win32_screen_get_setting (GdkScreen *screen,
|
|||||||
g_value_set_boolean (value, TRUE);
|
g_value_set_boolean (value, TRUE);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
* With 'MS Sans Serif' as windows menu font (default on win98se) you'll get a
|
|
||||||
* bunch of :
|
|
||||||
* WARNING **: Couldn't load font "MS Sans Serif 8" falling back to "Sans 8"
|
|
||||||
* at least with testfilechooser (regardless of the bitmap check below)
|
|
||||||
* so just disabling this code seems to be the best we can do --hb
|
|
||||||
*/
|
|
||||||
else if (strcmp ("gtk-font-name", name) == 0)
|
else if (strcmp ("gtk-font-name", name) == 0)
|
||||||
{
|
{
|
||||||
NONCLIENTMETRICS ncm;
|
NONCLIENTMETRICS ncm;
|
||||||
|
Loading…
Reference in New Issue
Block a user