diff options
Diffstat (limited to 'clients/tde/src/app/main.cpp')
-rw-r--r-- | clients/tde/src/app/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/tde/src/app/main.cpp b/clients/tde/src/app/main.cpp index 8a5bf80..2db9f4b 100644 --- a/clients/tde/src/app/main.cpp +++ b/clients/tde/src/app/main.cpp @@ -40,12 +40,12 @@ static TDEAboutData about( APP_NAME, I18N_NOOP( APP_PRETTYNAME ), APP_VERSION, I18N_NOOP("Graphical Remote Laboratory Workspaces Client"), TDEAboutData::License_GPL_V2, I18N_NOOP("(C) 2012-2013 Timothy Pearson"), 0, - "http://remotefpga.pearsoncomputing.net/", "kb9vqf@pearsoncomputing.net" ); + "http://ulab.pearsoncomputing.net/", "kb9vqf@pearsoncomputing.net" ); int main(int argc, char *argv[]) { - about.addAuthor("Timothy Pearson", I18N_NOOP("Author, maintainer"), "kb9vqf@pearsoncomputing.net", "http://remotefpga.pearsoncomputing.net/"); + about.addAuthor("Timothy Pearson", I18N_NOOP("Author, maintainer"), "kb9vqf@pearsoncomputing.net", "http://ulab.pearsoncomputing.net/"); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions(options); |