diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-31 19:51:55 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-31 19:51:55 +0000 |
| commit | 94c881bfde51bc3f70d3ac76a08fbefe98565822 (patch) | |
| tree | 000c314d6112140d859467ff60b431155f79dd11 | |
| parent | CMake: Drop support for devlibs builds (diff) | |
| download | inkscape-94c881bfde51bc3f70d3ac76a08fbefe98565822.tar.gz inkscape-94c881bfde51bc3f70d3ac76a08fbefe98565822.zip | |
Some anti-aliasing
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | TRANSLATORS | 1 | ||||
| -rw-r--r-- | po/de.po | 4 | ||||
| -rw-r--r-- | src/helper/gettext.cpp | 2 | ||||
| -rw-r--r-- | src/helper/gettext.h | 2 | ||||
| -rw-r--r-- | src/path-prefix.cpp | 2 | ||||
| -rw-r--r-- | src/ui/monitor.cpp | 2 | ||||
| -rw-r--r-- | src/ui/monitor.h | 2 |
8 files changed, 9 insertions, 7 deletions
@@ -156,6 +156,7 @@ Aaron Spike Kaushik Sridharan Ralf Stephan Dariusz Stojek +Patrick Storz Martin Sucha ~suv Pat Suwalski diff --git a/TRANSLATORS b/TRANSLATORS index 983813dc3..14aeca478 100644 --- a/TRANSLATORS +++ b/TRANSLATORS @@ -106,6 +106,7 @@ Nasreen <nasreen_saifee@hotmail.com>, 2013. Nguyen Dinh Trung <nguyendinhtrung141@gmail.com>, 2007, 2008. Nicolas Dufour <nicoduf@yahoo.fr>, 2008-2016. Paresh prabhu <goa.paresh@Gmail.com>, 2013. +Patrick Storz <eduard.braun2@gmx.de>, 2015-2019. Pawan Chitrakar <pchitrakar@gmail.com>, 2006. Przemysław Loesch <p_loesch@poczta.onet.pl>, 2005. Quico Llach <quico@softcatala.org>, 2000. Traducció sodipodi. @@ -17,7 +17,7 @@ # Heiko Wöhrle <mail@heikowoehrle.de>, 2014. # Sönke Roggatz <s.roggatz@mailing-werkstatt.de>, 2015. # Maren Hachmann <marenhachmann@yahoo.com>, 2015, 2016. -# Eduard Braun <eduard.braun2@gmx.de>, 2015-2016. +# Patrick Storz <eduard.braun2@gmx.de>, 2015-2019. # Michael Rack <miohna@freenet.de>, 2018. msgid "" msgstr "" @@ -15542,7 +15542,7 @@ msgstr "" "Stefan von Halenbach (vonHalenbach@users.sourceforge.net)\n" "Uwe Schöler (uschoeler@yahoo.de)\n" "Wolfram Strempfer (wolfram@strempfer.de)\n" -"Eduard Braun (Eduard.Braun2@gmx.de)\n" +"Patrick Storz (eduard.braun2@gmx.de)\n" "Maren Hachmann (marenhachmann@yahoo.com)" #: ../src/ui/dialog/align-and-distribute.cpp:211 diff --git a/src/helper/gettext.cpp b/src/helper/gettext.cpp index a054f54de..4c154a751 100644 --- a/src/helper/gettext.cpp +++ b/src/helper/gettext.cpp @@ -4,7 +4,7 @@ *//* * Authors: * see git history - * Eduard Braun <eduard.braun2@gmx.de> + * Patrick Storz <eduard.braun2@gmx.de> * * Copyright (C) 2018 Authors * Released under GNU GPL v2+, read the file 'COPYING' for more information. diff --git a/src/helper/gettext.h b/src/helper/gettext.h index 5a3716386..e5745ee0d 100644 --- a/src/helper/gettext.h +++ b/src/helper/gettext.h @@ -4,7 +4,7 @@ *//* * Authors: * see git history - * Eduard Braun <eduard.braun2@gmx.de> + * Patrick Storz <eduard.braun2@gmx.de> * * Copyright (C) 2017 Authors * Released under GNU GPL v2+, read the file 'COPYING' for more information. diff --git a/src/path-prefix.cpp b/src/path-prefix.cpp index b44bc42f8..e8b4b0205 100644 --- a/src/path-prefix.cpp +++ b/src/path-prefix.cpp @@ -2,7 +2,7 @@ /** @file * path-prefix.cpp - Inkscape specific prefix handling *//* * Authors: - * Eduard Braun <eduard.braun2@gmx.de> + * Patrick Storz <eduard.braun2@gmx.de> * * Copyright (C) 2018 Authors * Released under GNU GPL v2+, read the file 'COPYING' for more information. diff --git a/src/ui/monitor.cpp b/src/ui/monitor.cpp index 1a15c015e..df9a1ac15 100644 --- a/src/ui/monitor.cpp +++ b/src/ui/monitor.cpp @@ -4,7 +4,7 @@ *//* * Authors: * see git history - * Eduard Braun <eduard.braun2@gmx.de> + * Patrick Storz <eduard.braun2@gmx.de> * * Copyright (C) 2018 Authors * Released under GNU GPL v2+, read the file 'COPYING' for more information. diff --git a/src/ui/monitor.h b/src/ui/monitor.h index df87fcbc8..78c105a90 100644 --- a/src/ui/monitor.h +++ b/src/ui/monitor.h @@ -4,7 +4,7 @@ *//* * Authors: * see git history - * Eduard Braun <eduard.braun2@gmx.de> + * Patrick Storz <eduard.braun2@gmx.de> * * Copyright (C) 2018 Authors * Released under GNU GPL v2+, read the file 'COPYING' for more information. |
