summaryrefslogtreecommitdiffstats
path: root/src/pdf-invoice
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2014-01-24 21:14:01 +0100
committerSebastian Reichel <sre@ring0.de>2014-01-24 21:14:01 +0100
commit7084bfb9f387e167061f2f24fec34cf45ccd96e4 (patch)
treede0489e21396b3abff9505adce0f250e4e12be4f /src/pdf-invoice
parentd4da8a8117e72e2388ead6a849a69fc0ef1f9d98 (diff)
downloadserial-barcode-scanner-7084bfb9f387e167061f2f24fec34cf45ccd96e4.tar.bz2
update KtT's address
Diffstat (limited to 'src/pdf-invoice')
-rw-r--r--src/pdf-invoice/pdf-invoice.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pdf-invoice/pdf-invoice.vala b/src/pdf-invoice/pdf-invoice.vala
index ba5761e..a5e53aa 100644
--- a/src/pdf-invoice/pdf-invoice.vala
+++ b/src/pdf-invoice/pdf-invoice.vala
@@ -105,7 +105,7 @@ public class InvoicePDF {
ctx.move_to(56.5, 142);
/* TODO: get string from config file */
- ctx.show_text("Kreativität trifft Technik e.V., Binsenstraße 3, 26129 Oldenburg");
+ ctx.show_text("Kreativität trifft Technik e.V., Raiffeisenstraße 27, 26122 Oldenburg");
/* actually LMRoman12 */
ctx.select_font_face("LMSans10", Cairo.FontSlant.NORMAL, Cairo.FontWeight.NORMAL);
@@ -225,7 +225,7 @@ public class InvoicePDF {
layout.set_width((int) 140 * Pango.SCALE);
/* TODO: get text from config file */
- var text = "<b>Kreativität trifft Technik e.V.</b>\nBinsenstraße 3\n26129 Oldenburg\n\n<b>Amtsgericht Oldenburg</b>\nVR 201044";
+ var text = "<b>Kreativität trifft Technik e.V.</b>\nRaiffeisenstraße 27\n26122 Oldenburg\n\n<b>Amtsgericht Oldenburg</b>\nVR 201044";
/* write invoice date */
layout.set_markup(text, text.length);