summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMilosz Derezynski <mderezynski@gmail.com>2006-06-06 18:26:48 +0000
committermderezynski <mderezynski@users.sourceforge.net>2006-06-06 18:26:48 +0000
commit6a390b3d1e730a49a9e04f23e5d78081c57c2faf (patch)
treea54141c92b5fa1b1021f57c37c64fbabe7416e2e /src
parentupdate (diff)
downloadinkscape-6a390b3d1e730a49a9e04f23e5d78081c57c2faf.tar.gz
inkscape-6a390b3d1e730a49a9e04f23e5d78081c57c2faf.zip
* I've added myself to the authors list..
(bzr r1166)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/aboutbox.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp
index 4ad2413fc..adbd5317f 100644
--- a/src/ui/dialog/aboutbox.cpp
+++ b/src/ui/dialog/aboutbox.cpp
@@ -244,7 +244,8 @@ gchar const *authors_text() {
"Michael Wybrow\n"
"Daniel Yacob\n"
"David Yip\n"
- "Masatake Yamato";
+ "Masatake Yamato\n"
+ "Miłosz Dereżyński";
return text;
}