diff options
author | nyamatongwe <devnull@localhost> | 2013-02-21 11:18:42 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2013-02-21 11:18:42 +1100 |
commit | bc12b527d44a39fd2b5692cd745a087eda3507b8 (patch) | |
tree | d9380111d7d89169e71ded4a219802203111fbd1 | |
parent | dd801b3c31c58aae1c1543bb058385dc36863e73 (diff) | |
download | scintilla-mirror-bc12b527d44a39fd2b5692cd745a087eda3507b8.tar.gz |
Fixed outdated comment.
-rw-r--r-- | gtk/PlatGTK.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index beef9749d..c228047c6 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -155,8 +155,7 @@ static void FontMutexUnlock() { #endif } -// On GTK+ 1.x holds a GdkFont* but on GTK+ 2.x can hold a GdkFont* or a -// PangoFontDescription*. +// Holds a PangoFontDescription*. class FontHandle { XYPOSITION width[128]; encodingType et; |