[education/rkward] rkward: Add citation info to about dialog

Thomas Friedrichsmeier null at kde.org
Fri Jun 17 21:25:40 BST 2022


Git commit c75f603a31898754c7f3362e7faa055e58e135a3 by Thomas Friedrichsmeier.
Committed on 17/06/2022 at 20:24.
Pushed by tfry into branch 'master'.

Add citation info to about dialog

M  +1    -0    rkward/main.cpp

https://invent.kde.org/education/rkward/commit/c75f603a31898754c7f3362e7faa055e58e135a3

diff --git a/rkward/main.cpp b/rkward/main.cpp
index cf788c07..45167c42 100644
--- a/rkward/main.cpp
+++ b/rkward/main.cpp
@@ -276,6 +276,7 @@ int main (int argc, char *argv[]) {
 	aboutData.addCredit (i18n ("Roland Vollgraf"), i18n ("Some patches"));
 	aboutData.addCredit (i18n ("Roy Qu"), i18n ("patches and helpful comments"));
 	aboutData.addCredit (i18n ("Many more people on rkward-devel at kde.org"), i18n ("Sorry, if we forgot to list you. Please contact us to get added"));
+	aboutData.setOtherText(QString("<p><b>%1</b></p><ul><li><a href=\"http://dev1.jstatsoft.org/article/view/v049i09\">%2</a></li><li>Friedrichsmeier, T. & the RKWard Team (%3). RKWard: %4. Version %5. %6</li></ul>").arg(i18n("How to cite:"), i18n("Peer-reviewed article in the Journal of Statistical Software"), aboutData.copyrightStatement().right(4), aboutData.shortDescription(), aboutData.version(), aboutData.homepage()));
 	KAboutData::setApplicationData (aboutData);
 
 	QCommandLineParser parser;


More information about the rkward-tracker mailing list