mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
add author info
svn path=/trunk/KDE/kdegraphics/okular/; revision=779564
This commit is contained in:
parent
5e691f9dee
commit
e3a29cb93e
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@ static KAboutData createAboutData()
|
|||
KAboutData::License_GPL,
|
||||
ki18n( "© 2005-2008 Albert Astals Cid" )
|
||||
);
|
||||
aboutData.addAuthor( ki18n( "Albert Astals Cid" ), KLocalizedString(), "aacid@kde.org" );
|
||||
return aboutData;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue