From 4806d272d06a26adae519a340920769e04e0957a Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Wed, 13 Jan 2016 18:48:15 +0100 Subject: Vorstandsupdate --- src/pdf-invoice/pdf-invoice.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pdf-invoice') diff --git a/src/pdf-invoice/pdf-invoice.vala b/src/pdf-invoice/pdf-invoice.vala index da93dfa..0b4f427 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) 190 * Pango.SCALE); /* TODO: get text from config file */ - var text = "Mail: vorstand@kreativitaet-trifft-technik.de\nWeb: www.kreativitaet-trifft-technik.de\n\n\n\nBGB-Vorstand:\nPatrick Günther, Sebastian Reichel, Markus Müller, Peter Gewald, Hauke Holst"; + var text = "Mail: vorstand@kreativitaet-trifft-technik.de\nWeb: www.kreativitaet-trifft-technik.de\n\n\n\nBGB-Vorstand:\nPatrick Günther, Christoph Heinisch, Markus Müller, Andreas Michaelis, Sebastian Reichel"; /* write invoice date */ layout.set_markup(text, text.length); -- cgit v1.2.3