summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2016-06-19 21:14:21 +0200
committerSebastian Reichel <sre@ring0.de>2016-06-19 21:14:21 +0200
commit5441049defa83dcdde9888cd1e5913821efc4187 (patch)
tree5b338db7d386b81580ad215ae83abab1082bd69b /src
parent2d77a9832112852500c7320f1e5311999720ecad (diff)
downloadserial-barcode-scanner-5441049defa83dcdde9888cd1e5913821efc4187.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 c5395ba..23ccfc2 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, Christoph Heinisch, Markus Müller, Sebastian Reichel";
+ 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";
/* write invoice date */
layout.set_markup(text, text.length);