aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-02-21 11:18:42 +1100
committernyamatongwe <devnull@localhost>2013-02-21 11:18:42 +1100
commitbc12b527d44a39fd2b5692cd745a087eda3507b8 (patch)
treed9380111d7d89169e71ded4a219802203111fbd1
parentdd801b3c31c58aae1c1543bb058385dc36863e73 (diff)
downloadscintilla-mirror-bc12b527d44a39fd2b5692cd745a087eda3507b8.tar.gz
Fixed outdated comment.
-rw-r--r--gtk/PlatGTK.cxx3
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;