From 6eea30b050c1f083090d514e7b3a2dfcffbf2c49 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Thu, 16 May 2013 20:25:00 +0200 Subject: pdf-invoice: Vorstandsänderung MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pdf-invoice/pdf-invoice.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pdf-invoice/pdf-invoice.vala b/src/pdf-invoice/pdf-invoice.vala index 9a09ed9..ba5761e 100644 --- a/src/pdf-invoice/pdf-invoice.vala +++ b/src/pdf-invoice/pdf-invoice.vala @@ -262,7 +262,7 @@ public class InvoicePDF { layout.set_width((int) 195 * Pango.SCALE); /* TODO: get text from config file */ - var text = "Mail: vorstand@kreativitaet-trifft-technik.de\nWeb: www.kreativitaet-trifft-technik.de\nTwitter: @KtT_OL\n\nVorstand\nPatrick Günther, Martin Hilscher, Holger Cremer"; + var text = "Mail: vorstand@kreativitaet-trifft-technik.de\nWeb: www.kreativitaet-trifft-technik.de\nTwitter: @KtT_OL\n\nVorstand\nPatrick Günther, Florian Festi, Christian Schuhmann"; /* write invoice date */ layout.set_markup(text, text.length); -- cgit v1.2.3