summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2016-07-19 23:20:47 +0200
committerSebastian Reichel <sre@ring0.de>2016-07-19 23:20:47 +0200
commit9dffd9460e5bf977b78423acf0b5a14a4bbfd7ef (patch)
tree91d59b8d7b81169290762d676d540e1ca69949ff /src
parent0dcd75f1c1f309fe18784b1b717e40a49cd2fe25 (diff)
downloadserial-barcode-scanner-9dffd9460e5bf977b78423acf0b5a14a4bbfd7ef.tar.bz2
Vorstandsänderung
Diffstat (limited to 'src')
-rw-r--r--src/pdf-invoice/pdf-invoice.vala2
1 files changed, 1 insertions, 1 deletions
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 = "<b>Mail:</b> vorstand@kreativitaet-trifft-technik.de\n<b>Web:</b> www.kreativitaet-trifft-technik.de\n\n\n\n<b>BGB-Vorstand:</b>\nPatrick Günther, Michael Pensler, Manuel Groß, Jan Janssen";
+ var text = "<b>Mail:</b> vorstand@kreativitaet-trifft-technik.de\n<b>Web:</b> www.kreativitaet-trifft-technik.de\n\n\n\n<b>BGB-Vorstand:</b>\nPatrick Günther, Michael Pensler, Jan Janssen";
/* write invoice date */
layout.set_markup(text, text.length);