aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-02-21 11:18:42 +1100
committernyamatongwe <unknown>2013-02-21 11:18:42 +1100
commit8f979246405a667b034b78f0bb33b4b861b3503e (patch)
tree23b5b31b62b69a5a0a0bd41020f9334f23fd1f4c
parent68550bd2c421c2cb3dc8d0e7e887f92f438be334 (diff)
downloadscintilla-mirror-8f979246405a667b034b78f0bb33b4b861b3503e.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;