]> git.sesse.net Git - kdenlive/commitdiff
Update year in the about dialog
authorTill Theato <root@ttill.de>
Sun, 2 Jan 2011 19:35:12 +0000 (19:35 +0000)
committerTill Theato <root@ttill.de>
Sun, 2 Jan 2011 19:35:12 +0000 (19:35 +0000)
svn path=/trunk/kdenlive/; revision=5242

src/main.cpp

index 7b53e653b2a69c14b044e7b91e595b999bc13fb4..cf4b964d8b672501cc7c503d546f1533a42aec11 100644 (file)
@@ -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");