aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.cpp
diff options
context:
space:
mode:
authorMax Horn2002-10-23 13:30:14 +0000
committerMax Horn2002-10-23 13:30:14 +0000
commit616694a9095e37334ec61ba05140c45d023980d7 (patch)
tree88440f7def8d1b2e14e11d3d93889aec241d1967 /scumm/dialogs.cpp
parent4625c126c61472508288600da6f75c5873ba37d8 (diff)
downloadscummvm-rg350-616694a9095e37334ec61ba05140c45d023980d7.tar.gz
scummvm-rg350-616694a9095e37334ec61ba05140c45d023980d7.tar.bz2
scummvm-rg350-616694a9095e37334ec61ba05140c45d023980d7.zip
refer to the new domain, www.scummvm.net
svn-id: r5288
Diffstat (limited to 'scumm/dialogs.cpp')
-rw-r--r--scumm/dialogs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/dialogs.cpp b/scumm/dialogs.cpp
index e5a9af64ff..a2cc744c65 100644
--- a/scumm/dialogs.cpp
+++ b/scumm/dialogs.cpp
@@ -59,7 +59,7 @@ static const char* string_map_table_custom[] = {
"About", //7
"Pocket ScummVM", //8
"Build " SCUMMVM_VERSION " (" SCUMMVM_CVS ")", //9
- "ScummVM http://scummvm.sourceforge.net", //10
+ "ScummVM http://www.scummvm.org", //10
"All games (c) LucasArts", //11
"Quit", //12
"Pause", //13
@@ -634,7 +634,7 @@ AboutDialog::AboutDialog(NewGui *gui, Scumm *scumm)
{
addButton(110, 100, queryCustomString(23), kCloseCmd, 'C'); // Close dialog - FIXME
new StaticTextWidget(this, 10, 10, 240, 16, "ScummVM " SCUMMVM_VERSION " (" SCUMMVM_CVS ")", kTextAlignCenter);
- new StaticTextWidget(this, 10, 30, 240, 16, "http://scummvm.sourceforge.net", kTextAlignCenter);
+ new StaticTextWidget(this, 10, 30, 240, 16, "http://www.scummvm.org", kTextAlignCenter);
new StaticTextWidget(this, 10, 50, 240, 16, "All games (c) LucasArts", kTextAlignCenter);
new StaticTextWidget(this, 10, 64, 240, 16, "Except", kTextAlignCenter);
new StaticTextWidget(this, 10, 78, 240, 16, "Simon the Sorcerer (c) Adventuresoft", kTextAlignCenter);