summaryrefslogtreecommitdiffstats
path: root/sigmodr
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-20 22:45:23 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-20 22:45:23 -0400
commit8a680b85b4dc0a42cd90cb16bd0b28fba5d64fb9 (patch)
tree6722ad5b92f2df47d809173e8295ef0a9a8945ae /sigmodr
parenta70ac5cdfeb6bc68ff1fd92125f7c6a72dcec6ee (diff)
downloadsigen-8a680b85b4dc0a42cd90cb16bd0b28fba5d64fb9.tar.gz
sigen-8a680b85b4dc0a42cd90cb16bd0b28fba5d64fb9.tar.xz
sigen-8a680b85b4dc0a42cd90cb16bd0b28fba5d64fb9.zip
Update the main file for Sigmodr
Diffstat (limited to 'sigmodr')
-rw-r--r--sigmodr/Sigmodr.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/sigmodr/Sigmodr.cpp b/sigmodr/Sigmodr.cpp
index 15ac0f8e..37e058ae 100644
--- a/sigmodr/Sigmodr.cpp
+++ b/sigmodr/Sigmodr.cpp
@@ -49,15 +49,17 @@ int main(int argc, char* argv[])
{
qInstallMsgHandler(messageHandler);
- KAboutData about("sigmodr", "sigmodr", ki18n("Sigmodr"), "0.1.1", ki18n(""), KAboutData::License_GPL_V3, ki18n("©2007-2008 Ben Boeckel"), ki18n("This program offers an easy interface so that Sigmods can be easily created."), "http://sourceforge.net/projects/sigen");
+ // TODO
+ KAboutData about("sigmodr", "sigmodr", ki18n("Sigmodr"), "0.1.1", ki18n(""), KAboutData::License_GPL_V3, ki18n("©2007-2009 Ben Boeckel"), ki18n("This program offers an easy interface so that Sigmods can be easily created."), "");
about.setProgramName(ki18n("Sigmodr"));
- about.addAuthor(ki18n("Ben Boeckel"), ki18n("Lead Programmer"), "MathStuf@gmail.com", "");
+ about.addAuthor(ki18n("Ben Boeckel"), ki18n("Lead Programmer"), "MathStuf@gmail.com", "http://benboeckel.net/blog");
about.addCredit(ki18n("Peter Fernandes"), ki18n("Ideas"), "supersonicandtails@gmail.com", "http://www.hypersonicsoft.org");
about.addCredit(ki18n("Kevin Kofler"), ki18n("Qt, KDE, debugging help"), "kevin.kofler@chello.at", "http://www.tigen.org/kevin.kofler");
about.addCredit(ki18n("Luke Greco"), ki18n("Ideas, Tester"), "sirlewk@gmail.com", "");
- about.addCredit(ki18n("Mike Roberts"), ki18n("Tester"), "XavierMcF@gmail.com", "");
- about.setBugAddress("sigen-bugs@lists.sourceforge.net");
- about.setCopyrightStatement(ki18n("©2007-2008, Ben Boeckel"));
+ // TODO
+ about.setBugAddress("");
+ about.setCopyrightStatement(ki18n("©2007-2009, Ben Boeckel"));
+ // TODO
about.setOrganizationDomain("");
// TODO: Need one of these...
// about.setProgramLogo();