1
0
Fork 0

year/info update for some other files as well

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3701
This commit is contained in:
Sebastian Strohhäcker 2011-04-26 15:00:36 +00:00
parent 999f33de27
commit 0ae27e9b4a
6 changed files with 15 additions and 20 deletions

View file

@ -569,7 +569,7 @@ public:
Section_prop *section = static_cast<Section_prop *>(sec);
new SectionEditor(getScreen(), 50, 30, section);
} else if (arg == "About") {
new GUI::MessageBox(getScreen(), 200, 150, 280, "About DOSBox", "\nDOSBox 0.72\nAn emulator for old DOS Games\n\nCopyright 2002-2009\nThe DOSBox Team");
new GUI::MessageBox(getScreen(), 200, 150, 280, "About DOSBox", "\nDOSBox 0.74\nAn emulator for old DOS Games\n\nCopyright 2002-2011\nThe DOSBox Team");
} else if (arg == "Introduction") {
new GUI::MessageBox(getScreen(), 20, 50, 600, "Introduction", MSG_Get("PROGRAM_INTRO"));
} else if (arg == "Getting Started") {