From 9c9ab5ce4960052353cb988a56095fec5832b2e6 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Wed, 6 Apr 2016 01:08:16 +0200 Subject: Andreas als Vorstand entfernen --- src/pdf-invoice/pdf-invoice.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pdf-invoice/pdf-invoice.vala b/src/pdf-invoice/pdf-invoice.vala index 0b4f427..c5395ba 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, Christoph Heinisch, Markus Müller, Andreas Michaelis, Sebastian Reichel"; + 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, Sebastian Reichel"; /* write invoice date */ layout.set_markup(text, text.length); -- cgit v1.2.3