mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
Update project domain name (goldendict.berlios.de -> goldendict.org)
This commit is contained in:
parent
ac4be0b503
commit
c2b0edd4b7
|
@ -143,8 +143,8 @@ sptr< Dictionary::DataRequest > ArticleMaker::makeDefinitionFor(
|
|||
"<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."
|
||||
"<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>."
|
||||
"<p>Check program's <a href=\"http://goldendict.berlios.de/\">website</a> for the updates. "
|
||||
"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.org/\">website</a> for the updates. "
|
||||
"<p>(c) 2008-2010 Konstantin Isakov. Licensed under GPLv3 or later."
|
||||
|
||||
).toUtf8().data();
|
||||
|
|
2
main.cc
2
main.cc
|
@ -81,7 +81,7 @@ int main( int argc, char ** argv )
|
|||
QHotkeyApplication app( argc, argv );
|
||||
|
||||
app.setApplicationName( "GoldenDict" );
|
||||
app.setOrganizationDomain( "http://goldendict.berlios.de/" );
|
||||
app.setOrganizationDomain( "http://goldendict.org/" );
|
||||
|
||||
app.setWindowIcon( QIcon( ":/icons/programicon.png" ) );
|
||||
|
||||
|
|
|
@ -1581,7 +1581,7 @@ void MainWindow::checkForNewRelease()
|
|||
latestReleaseReply.reset();
|
||||
|
||||
QNetworkRequest req(
|
||||
QUrl( "http://goldendict.berlios.de/latest_release.php?current="
|
||||
QUrl( "http://goldendict.org/latest_release.php?current="
|
||||
PROGRAM_VERSION "&platform="
|
||||
#ifdef Q_WS_X11
|
||||
"x11"
|
||||
|
@ -1717,12 +1717,12 @@ void MainWindow::showMainWindow()
|
|||
|
||||
void MainWindow::visitHomepage()
|
||||
{
|
||||
QDesktopServices::openUrl( QUrl( "http://goldendict.berlios.de/" ) );
|
||||
QDesktopServices::openUrl( QUrl( "http://goldendict.org/" ) );
|
||||
}
|
||||
|
||||
void MainWindow::visitForum()
|
||||
{
|
||||
QDesktopServices::openUrl( QUrl( "http://goldendict.berlios.de/forum/" ) );
|
||||
QDesktopServices::openUrl( QUrl( "http://goldendict.org/forum/" ) );
|
||||
}
|
||||
|
||||
void MainWindow::showAbout()
|
||||
|
|
Loading…
Reference in a new issue