Update project domain name (goldendict.berlios.de -> goldendict.org)

This commit is contained in:
Konstantin Isakov 2010-11-06 12:40:07 -07:00
parent ac4be0b503
commit c2b0edd4b7
3 changed files with 6 additions and 6 deletions

View file

@ -143,8 +143,8 @@ sptr< Dictionary::DataRequest > ArticleMaker::makeDefinitionFor(
"<p>To customize program, check out the available preferences at <b>Edit|Preferences</b>. " "<p>To customize program, check out the available preferences at <b>Edit|Preferences</b>. "
"All settings there have tooltips, be sure to read them if you are in doubt about anything." "All settings there have tooltips, be sure to read them if you are in doubt about anything."
"<p>Should you need further help, have any questions, " "<p>Should you need further help, have any questions, "
"suggestions or just wonder what the others think, you are welcome at the program's <a href=\"http://goldendict.berlios.de/forum/\">forum</a>." "suggestions or just wonder what the others think, you are welcome at the program's <a href=\"http://goldendict.org/forum/\">forum</a>."
"<p>Check program's <a href=\"http://goldendict.berlios.de/\">website</a> for the updates. " "<p>Check program's <a href=\"http://goldendict.org/\">website</a> for the updates. "
"<p>(c) 2008-2010 Konstantin Isakov. Licensed under GPLv3 or later." "<p>(c) 2008-2010 Konstantin Isakov. Licensed under GPLv3 or later."
).toUtf8().data(); ).toUtf8().data();

View file

@ -81,7 +81,7 @@ int main( int argc, char ** argv )
QHotkeyApplication app( argc, argv ); QHotkeyApplication app( argc, argv );
app.setApplicationName( "GoldenDict" ); app.setApplicationName( "GoldenDict" );
app.setOrganizationDomain( "http://goldendict.berlios.de/" ); app.setOrganizationDomain( "http://goldendict.org/" );
app.setWindowIcon( QIcon( ":/icons/programicon.png" ) ); app.setWindowIcon( QIcon( ":/icons/programicon.png" ) );

View file

@ -1581,7 +1581,7 @@ void MainWindow::checkForNewRelease()
latestReleaseReply.reset(); latestReleaseReply.reset();
QNetworkRequest req( QNetworkRequest req(
QUrl( "http://goldendict.berlios.de/latest_release.php?current=" QUrl( "http://goldendict.org/latest_release.php?current="
PROGRAM_VERSION "&platform=" PROGRAM_VERSION "&platform="
#ifdef Q_WS_X11 #ifdef Q_WS_X11
"x11" "x11"
@ -1717,12 +1717,12 @@ void MainWindow::showMainWindow()
void MainWindow::visitHomepage() void MainWindow::visitHomepage()
{ {
QDesktopServices::openUrl( QUrl( "http://goldendict.berlios.de/" ) ); QDesktopServices::openUrl( QUrl( "http://goldendict.org/" ) );
} }
void MainWindow::visitForum() void MainWindow::visitForum()
{ {
QDesktopServices::openUrl( QUrl( "http://goldendict.berlios.de/forum/" ) ); QDesktopServices::openUrl( QUrl( "http://goldendict.org/forum/" ) );
} }
void MainWindow::showAbout() void MainWindow::showAbout()