From 0fb1c29f2c65675a3bd44100d4979a536b754510 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Mon, 4 Dec 2006 10:26:52 +0000 Subject: [PATCH] updated the credits --- campcaster/CREDITS | 10 +++++----- .../products/gLiveSupport/src/OptionsWindow.cxx | 9 ++++++--- .../src/products/gLiveSupport/var/root.txt | 16 ++++++++++++++++ 3 files changed, 27 insertions(+), 8 deletions(-) diff --git a/campcaster/CREDITS b/campcaster/CREDITS index ae8044230..e75ed9253 100644 --- a/campcaster/CREDITS +++ b/campcaster/CREDITS @@ -1,19 +1,19 @@ Version 1.1.0 ------------- -Ferenc Gerlits (fgerlits@gmail.com) - - Studio GUI, scheduler, installation, packaging +Ferenc Gerlits (fgerlits@campware.org) + - Studio GUI, scheduler, packaging Mark Kretschmann (markey@web.de) - - Audio Player + - Audio player Paul Baranowski (paul@paulbaranowski.org) - Project manager, HTML UI, storage server, scheduler Douglas Arellanes (Douglas.Arellanes@mdlf.org) - Tester and user feedback Tomáš Hlava (th@red2head.com) - - Scheduler, storage server + - Storage server, network hub János Csikós (retired) - HTML UI Ákos Maróy (retired) - - Audio player + - Architecture design, scheduler, audio player Version 1.0 ----------- diff --git a/campcaster/src/products/gLiveSupport/src/OptionsWindow.cxx b/campcaster/src/products/gLiveSupport/src/OptionsWindow.cxx index 9608e6df1..982e121dd 100644 --- a/campcaster/src/products/gLiveSupport/src/OptionsWindow.cxx +++ b/campcaster/src/products/gLiveSupport/src/OptionsWindow.cxx @@ -806,15 +806,18 @@ Gtk::VBox* OptionsWindow :: constructAboutSection(void) throw () { Glib::ustring aboutLabelContents; - //aboutLabelContents.append("\n"); + aboutLabelContents.append(PACKAGE_NAME); aboutLabelContents.append(" "); aboutLabelContents.append(PACKAGE_VERSION); - aboutLabelContents.append(" (http://www.campware.org/en/camp/campcaster_news/)\n\n"); try { + aboutLabelContents.append(" ("); + aboutLabelContents.append(*getResourceUstring("webSiteUrlText")); + aboutLabelContents.append(")\n\n"); aboutLabelContents.append(*formatMessage("reportBugsToText", PACKAGE_BUGREPORT )); - aboutLabelContents.append("\n\nCredits:\nFerenc Gerlits (fgerlits@gmail.com)\n - Studio GUI, scheduler, installation, packaging\nMark Kretschmann (markey@web.de)\n - Audio Player\nPaul Baranowski (paul@paulbaranowski.org)\n - Project manager, HTML UI, storage server, scheduler\nDouglas Arellanes (Douglas.Arellanes@mdlf.org)\n - Tester and user feedback\nTomáš Hlava (th@red2head.com)\n - Scheduler, storage server\nJános Csikós (retired)\n - HTML UI\nÁkos Maróy (retired)\n - Audio player\n"); + aboutLabelContents.append("\n\n"); + aboutLabelContents.append(*getResourceUstring("creditsText")); } catch (std::invalid_argument &e) { // TODO: signal error diff --git a/campcaster/src/products/gLiveSupport/var/root.txt b/campcaster/src/products/gLiveSupport/var/root.txt index 3d8b7d183..97204ea6f 100644 --- a/campcaster/src/products/gLiveSupport/var/root.txt +++ b/campcaster/src/products/gLiveSupport/var/root.txt @@ -308,7 +308,23 @@ root:table schedulerStartButtonLabel:string { "Start" } schedulerStopButtonLabel:string { "Stop" } + webSiteUrlText:string { "http://campcaster.campware.org" } reportBugsToText:string { "Report bugs to: {0}" } + creditsText:string { "Credits:\n" + "Ferenc Gerlits (fgerlits@campware.org)\n" + " - Studio GUI, scheduler, packaging\n" + "Mark Kretschmann (markey@web.de)\n" + " - Audio player\n" + "Paul Baranowski (paul@paulbaranowski.org)\n" + " - Project manager, HTML UI, storage server, scheduler\n" + "Douglas Arellanes (Douglas.Arellanes@mdlf.org)\n" + " - Tester and user feedback\n" + "Tomáš Hlava (th@red2head.com)\n" + " - Scheduler, storage server\n" + "János Csikós (retired)\n" + " - HTML UI\n" + "Ákos Maróy (retired)\n" + " - Architecture design, scheduler, audio player" } } backupView:table