diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-02-08 01:43:59 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-08 01:43:59 +0000 |
commit | 511b8ed5a686a49c5d0801e33ab240cc89cfb9f2 (patch) | |
tree | 9c518556dbcb4b7b6eb05ab6a1f8eaea16d463bd /examples/renderdemo.c | |
parent | e5d3dda3587222c7bbe43da45151ec17bbdb88e5 (diff) | |
download | pango-511b8ed5a686a49c5d0801e33ab240cc89cfb9f2.tar.gz |
Bug 330289 – Fix build with gcc 2.95 (pangox.c)
2006-02-07 Behdad Esfahbod <behdad@gnome.org>
Bug 330289 – Fix build with gcc 2.95 (pangox.c)
* pango/pangox.c (get_subfonts_foreach): Fixed.
Diffstat (limited to 'examples/renderdemo.c')
-rw-r--r-- | examples/renderdemo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/renderdemo.c b/examples/renderdemo.c index a4bbf3b7..2a157d2b 100644 --- a/examples/renderdemo.c +++ b/examples/renderdemo.c @@ -473,7 +473,7 @@ parse_options (int argc, char *argv[]) {"backend", 0, 0, G_OPTION_ARG_CALLBACK, &parse_backend, "Pango backend to use for rendering", "id"}, {"no-display", 'q', G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &opt_display, - "Do not display (just save to file or whatever)", NULL}, + "Do not display (just write to file or whatever)", NULL}, {"dpi", 0, 0, G_OPTION_ARG_INT, &opt_dpi, "Set the resolution", "number"}, {"ellipsize", 0, 0, G_OPTION_ARG_CALLBACK, &parse_ellipsis, |