mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-10 06:02:10 -05:00
GTK: correct a couple of comments to reflect GTK 3's existence
This commit is contained in:
parent
d1ff568533
commit
d9a2620d01
@ -1295,7 +1295,7 @@ static char *x11font_size_increment(unifont *font, int increment)
|
|||||||
#if GTK_CHECK_VERSION(2,0,0)
|
#if GTK_CHECK_VERSION(2,0,0)
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
* Pango font implementation (for GTK 2 only).
|
* Pango font implementation (for GTK 2+ only).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined PANGO_PRE_1POINT4 && !defined PANGO_PRE_1POINT6
|
#if defined PANGO_PRE_1POINT4 && !defined PANGO_PRE_1POINT6
|
||||||
@ -2325,7 +2325,7 @@ static char *multifont_size_increment(unifont *font, int increment)
|
|||||||
#if GTK_CHECK_VERSION(2,0,0)
|
#if GTK_CHECK_VERSION(2,0,0)
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
* Implementation of a unified font selector. Used on GTK 2 only;
|
* Implementation of a unified font selector. Used on GTK 2+ only;
|
||||||
* for GTK 1 we still use the standard font selector.
|
* for GTK 1 we still use the standard font selector.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user