diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-18 00:31:02 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-18 00:31:02 -0800 |
commit | 3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e (patch) | |
tree | eedcfcd5751edab39f795fcfb688e1e5cc3ad128 /src/gtkutil.c | |
parent | 5c3a902f0fe2c2306ea7b340d701c1a855d1a3d5 (diff) | |
download | emacs-3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e.tar.gz |
Spelling fixes.
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r-- | src/gtkutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c index 0b7fd41f5f6..59bcdfa4afd 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -348,7 +348,7 @@ file_for_image (Lisp_Object image) /* For the image defined in IMG, make and return a GtkImage. For displays with 8 planes or less we must make a GdkPixbuf and apply the mask manually. - Otherwise the highlightning and dimming the tool bar code in GTK does + Otherwise the highlighting and dimming the tool bar code in GTK does will look bad. For display with more than 8 planes we just use the pixmap and mask directly. For monochrome displays, GTK doesn't seem able to use external pixmaps, it looks bad whatever we do. |