From: Till Theato Date: Sun, 2 Jan 2011 19:35:12 +0000 (+0000) Subject: Update year in the about dialog X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=89b470612186d1b6fd6531d64786aef8857cbdaf;p=kdenlive Update year in the about dialog svn path=/trunk/kdenlive/; revision=5242 --- diff --git a/src/main.cpp b/src/main.cpp index 7b53e653..cf4b964d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -34,7 +34,7 @@ int main(int argc, char *argv[]) ki18n("Kdenlive"), VERSION, ki18n("An open source video editor."), KAboutData::License_GPL, - ki18n("Copyright © 2007–2010 Kdenlive authors")); + ki18n("Copyright © 2007–2011 Kdenlive authors")); aboutData.addAuthor(ki18n("Jean-Baptiste Mardelle"), ki18n("MLT and KDE SC 4 porting, main developer and maintainer"), "jb@kdenlive.org"); aboutData.addAuthor(ki18n("Marco Gittler"), ki18n("MLT transitions and effects, timeline, audio thumbs"), "g.marco@freenet.de"); aboutData.addAuthor(ki18n("Dan Dennedy"), ki18n("Bug fixing, etc."), "dan@dennedy.org");