From 96fdd26dde86196a8872290a9a0e8cdcd384ba1b Mon Sep 17 00:00:00 2001 From: Flavio Tordini Date: Tue, 30 Jun 2009 21:02:57 +0200 Subject: [PATCH] Added Stefan's work in the credits --- src/AboutView.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AboutView.cpp b/src/AboutView.cpp index 92f687e..32e0409 100644 --- a/src/AboutView.cpp +++ b/src/AboutView.cpp @@ -31,6 +31,8 @@ AboutView::AboutView(QWidget *parent) : QWidget(parent) { "

" + tr("Icon designed by %1.").arg("Sebastian Kraft") + "

" + "

" + tr("Compact mode contributed by %1.").arg("Stefan Brück") + "

" + "

" + tr("Translated by %1").arg("Nikita Lyalin (ru_RU), " "Márcio Moraes (pt_BR), " "Sergio Tocalini Joerg (es_AR), " -- 2.39.5