aboutsummaryrefslogtreecommitdiff
path: root/gui/about.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-07-31 10:21:00 +0000
committerTravis Howell2003-07-31 10:21:00 +0000
commit50c3369dddb647fdc1397d9be540bcde28002aaa (patch)
tree3db8c3c4dbdbac7df15a3f07c5f825ff0f97f513 /gui/about.cpp
parenta8b5e40c2bd3ae582545415b8c1843eb4b1642ba (diff)
downloadscummvm-rg350-50c3369dddb647fdc1397d9be540bcde28002aaa.tar.gz
scummvm-rg350-50c3369dddb647fdc1397d9be540bcde28002aaa.tar.bz2
scummvm-rg350-50c3369dddb647fdc1397d9be540bcde28002aaa.zip
Correct name
svn-id: r9324
Diffstat (limited to 'gui/about.cpp')
-rw-r--r--gui/about.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/about.cpp b/gui/about.cpp
index 1bfd6c77bf..23f0bb6d27 100644
--- a/gui/about.cpp
+++ b/gui/about.cpp
@@ -42,7 +42,7 @@ AboutDialog::AboutDialog(NewGui *gui)
new StaticTextWidget(this, 10, 45, _w - 20, kLineHeight, "http://www.scummvm.org", kTextAlignCenter);
new StaticTextWidget(this, 10, 65, _w - 20, kLineHeight, "SCUMM Games (C) LucasArts", kTextAlignCenter);
- new StaticTextWidget(this, 10, 75, _w - 20, kLineHeight, "Simon the Sorcerer (C) Adventuresoft", kTextAlignCenter);
+ new StaticTextWidget(this, 10, 75, _w - 20, kLineHeight, "Simon the Sorcerer (C) Adventure Soft", kTextAlignCenter);
new StaticTextWidget(this, 10, 85, _w - 20, kLineHeight, "Beneath a Steel Sky (C) Revolution", kTextAlignCenter);
}