- add version of libtiff in the about data

- bump copyright year to 2008

svn path=/trunk/KDE/kdegraphics/okular/; revision=767231
remotes/origin/KDE/4.1
Pino Toscano 18 years ago
parent 51a1d75de3
commit fd1e5863bb
  1. 3
      generators/tiff/generator_tiff.cpp

@ -56,7 +56,8 @@ static KAboutData createAboutData()
"0.1",
ki18n( "A TIFF backend" ),
KAboutData::License_GPL,
ki18n( "© 2006-2007 Pino Toscano" )
ki18n( "© 2006-2008 Pino Toscano" ),
ki18nc( "This represents the libtiff version, as string with copyrights as well; can be left as-is.", "%1" ).subs( TIFFGetVersion() )
);
aboutData.addAuthor( ki18n( "Pino Toscano" ), KLocalizedString(), "pino@kde.org" );
return aboutData;

Loading…
Cancel
Save