summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2016-04-06 01:08:16 +0200
committerSebastian Reichel <sre@ring0.de>2016-04-06 01:08:16 +0200
commit9c9ab5ce4960052353cb988a56095fec5832b2e6 (patch)
tree398e9024964fabafbaa0dfb339e65310eb991607 /src
parent97a8e7f75ff8d2aec73ffe92f8778421a034f80c (diff)
downloadserial-barcode-scanner-9c9ab5ce4960052353cb988a56095fec5832b2e6.tar.bz2
Andreas als Vorstand entfernen
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 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 = "<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, Andreas Michaelis, 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, Christoph Heinisch, Markus Müller, Sebastian Reichel";
/* write invoice date */
layout.set_markup(text, text.length);