mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-10 16:20:16 +01:00
Make creator be cairo, not Cairo.
This commit is contained in:
parent
c2c4f0bb25
commit
bb418ab4e5
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue