diff options
author | Sebastian Reichel <sre@ring0.de> | 2016-06-19 21:14:21 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2016-06-19 21:14:21 +0200 |
commit | 5441049defa83dcdde9888cd1e5913821efc4187 (patch) | |
tree | 5b338db7d386b81580ad215ae83abab1082bd69b /src/pdf-invoice | |
parent | 2d77a9832112852500c7320f1e5311999720ecad (diff) | |
download | serial-barcode-scanner-5441049defa83dcdde9888cd1e5913821efc4187.tar.bz2 |
Vorstandsänderung
Diffstat (limited to 'src/pdf-invoice')
-rw-r--r-- | src/pdf-invoice/pdf-invoice.vala | 2 |
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); |