summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bb1219c)
raw | patch | inline | side by side (parent: bb1219c)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 19 Nov 2007 16:50:12 +0000 (16:50 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 19 Nov 2007 16:50:12 +0000 (16:50 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1229 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_gfx.c | patch | blob | history |
diff --git a/src/rrd_gfx.c b/src/rrd_gfx.c
index 755c923b50e79ffb116ceef657c765704d450b85..98edbedbfc84b5f0fa1cfc2d8a67a7ea99d97103 100644 (file)
--- a/src/rrd_gfx.c
+++ b/src/rrd_gfx.c
PNG_FILTER_TYPE_DEFAULT);
text[0].key = "Software";
- text[0].text = "RRDtool, Tobias Oetiker <tobi@oetike.ch>, http://tobi.oetiker.ch";
+ text[0].text = "RRDtool, Tobias Oetiker <tobi@oetiker.ch>, http://tobi.oetiker.ch";
text[0].compression = PNG_TEXT_COMPRESSION_NONE;
png_set_text (png_ptr, info_ptr, text, 1);