Make creator be cairo, not Cairo.

This commit is contained in:
Carl Worth 2005-12-13 16:31:14 +00:00
parent c2c4f0bb25
commit bb418ab4e5
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-12-13 Carl Worth <cworth@cworth.org>
* src/cairo-ps-surface.c: (_cairo_ps_surface_finish): Make creator
be cairo, not Cairo.
2005-12-12 Vladimir Vukicevic <vladimir@pobox.com>
* configure.in: bump glitz req to 0.5.1, test for backends

View file

@ -195,7 +195,7 @@ _cairo_ps_surface_finish (void *abstract_surface)
/* Document header */
_cairo_output_stream_printf (surface->stream,
"%%!PS-Adobe-3.0\n"
"%%%%Creator: Cairo (http://cairographics.org)\n"
"%%%%Creator: cairo (http://cairographics.org)\n"
"%%%%CreationDate: %s"
"%%%%Title: Some clever title\n"
"%%%%Pages: %d\n"