From 9dffd9460e5bf977b78423acf0b5a14a4bbfd7ef Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Tue, 19 Jul 2016 23:20:47 +0200 Subject: 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(-) diff --git a/src/pdf-invoice/pdf-invoice.vala b/src/pdf-invoice/pdf-invoice.vala index 23ccfc2..c50fe6c 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, Michael Pensler, Manuel Groß, Jan Janssen"; + var text = "Mail: vorstand@kreativitaet-trifft-technik.de\nWeb: www.kreativitaet-trifft-technik.de\n\n\n\nBGB-Vorstand:\nPatrick Günther, Michael Pensler, Jan Janssen"; /* write invoice date */ layout.set_markup(text, text.length); -- cgit v1.2.3