[rkward/releases/0.6.5] rkward: It's not longer 2014
Thomas Friedrichsmeier
thomas.friedrichsmeier at ruhr-uni-bochum.de
Wed Mar 30 12:21:06 UTC 2016
Git commit a2eca9c26e3a4360d9729573615c798212ca6f44 by Thomas Friedrichsmeier.
Committed on 30/03/2016 at 12:20.
Pushed by tfry into branch 'releases/0.6.5'.
It's not longer 2014
M +1 -1 rkward/main.cpp
http://commits.kde.org/rkward/a2eca9c26e3a4360d9729573615c798212ca6f44
diff --git a/rkward/main.cpp b/rkward/main.cpp
index 2fcbe07..0e9a45c 100644
--- a/rkward/main.cpp
+++ b/rkward/main.cpp
@@ -130,7 +130,7 @@ int main(int argc, char *argv[]) {
options.add ("nowarn-external", ki18n ("When used in conjunction with rkward://runplugin/-URLs specified on the command line, suppresses the warning about application-external (untrusted) links."));
options.add ("+[Files]", ki18n ("File or files to open, typically a workspace, or an R script file. When loading several things, you should specify the workspace, first."), 0);
- KAboutData aboutData("rkward", QByteArray (), ki18n ("RKWard"), RKWARD_VERSION, ki18n ("Frontend to the R statistics language"), KAboutData::License_GPL, ki18n ("(c) 2002, 2004 - 2014"), KLocalizedString (), "http://rkward.kde.org", "submit at bugs.kde.org");
+ KAboutData aboutData("rkward", QByteArray (), ki18n ("RKWard"), RKWARD_VERSION, ki18n ("Frontend to the R statistics language"), KAboutData::License_GPL, ki18n ("(c) 2002, 2004 - 2016"), KLocalizedString (), "http://rkward.kde.org", "submit at bugs.kde.org");
aboutData.addAuthor (ki18n ("Thomas Friedrichsmeier"), ki18n ("Project leader / main developer"));
aboutData.addAuthor (ki18n ("Pierre Ecochard"), ki18n ("C++ developer between 2004 and 2007"));
aboutData.addAuthor (ki18n ("Prasenjit Kapat"), ki18n ("Many plugins, suggestions, plot history feature"));
More information about the rkward-tracker
mailing list