diff options
author | Travis Howell | 2003-07-31 10:21:00 +0000 |
---|---|---|
committer | Travis Howell | 2003-07-31 10:21:00 +0000 |
commit | 50c3369dddb647fdc1397d9be540bcde28002aaa (patch) | |
tree | 3db8c3c4dbdbac7df15a3f07c5f825ff0f97f513 /gui | |
parent | a8b5e40c2bd3ae582545415b8c1843eb4b1642ba (diff) | |
download | scummvm-rg350-50c3369dddb647fdc1397d9be540bcde28002aaa.tar.gz scummvm-rg350-50c3369dddb647fdc1397d9be540bcde28002aaa.tar.bz2 scummvm-rg350-50c3369dddb647fdc1397d9be540bcde28002aaa.zip |
Correct name
svn-id: r9324
Diffstat (limited to 'gui')
-rw-r--r-- | gui/about.cpp | 2 |
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); } |