summaryrefslogtreecommitdiffstats
path: root/kaffeine/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaffeine/src/main.cpp')
-rw-r--r--kaffeine/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaffeine/src/main.cpp b/kaffeine/src/main.cpp
index 18a248a..8224556 100644
--- a/kaffeine/src/main.cpp
+++ b/kaffeine/src/main.cpp
@@ -77,6 +77,7 @@ int main(int argc, char *argv[])
/* FIXME: what about the other contributors listed in CREDITS? --pfister */
+ aboutData.addCredit("Devin J. Heitmuelle", I18N_NOOP("ATSC scanning."), "devin.heitmueller@gmail.com");
aboutData.addCredit("Eldon Tyrell", I18N_NOOP("DVB patches."), "dr.e.tyrell@gmail.com");
aboutData.addCredit("Michael Hoertnagl", I18N_NOOP("Various patches."), "mtron@a1.net");
aboutData.addCredit("Ricardo Manuel Santos Rodrigues", I18N_NOOP("Various patches."), "madinfo@cadaval.net");
@@ -89,7 +90,6 @@ int main(int argc, char *argv[])
aboutData.addCredit("Miguel Freitas", I18N_NOOP("xine post plugin handling. Many patches."), "miguel@cetuc.puc-rio.br");
aboutData.addCredit("Giorgos Gousios", I18N_NOOP("Subtitle file import."), "gousiosg@cs.man.ac.uk");
aboutData.addCredit("Michael Rolf", I18N_NOOP("M3U import. Testing."), "mi.rolf@gmx.net");
- aboutData.addCredit("Sergey Rudchenko", I18N_NOOP("Automatic codec installation"), "sergey.rudchenko@gmail.com");
KCmdLineArgs::init(argc, argv, &aboutData);
KCmdLineArgs::addCmdLineOptions(cmdLineOptions);