diff options
| author | death2droid <death2droid@gmail.com> | 2009-08-23 07:37:58 +0000 |
|---|---|---|
| committer | death2droid <death2droid@gmail.com> | 2009-08-23 07:37:58 +0000 |
| commit | bec43fb209784d883cd029e7710a02eb4815e51c (patch) | |
| tree | 1372e58a065e7e6ab20cc0ec1863402a94382f91 /Source/Core | |
| parent | b254d6b4539d82cc71f90f10bbc5c9e3a5309f9d (diff) | |
Remove accidental about dolphin change.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4037 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinWX/Src/AboutDolphin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Src/AboutDolphin.cpp b/Source/Core/DolphinWX/Src/AboutDolphin.cpp index 6932a05c50..8f3c1ec027 100644 --- a/Source/Core/DolphinWX/Src/AboutDolphin.cpp +++ b/Source/Core/DolphinWX/Src/AboutDolphin.cpp @@ -46,7 +46,7 @@ void AboutDolphin::CreateGUIControls() DolphinLogo = new wxBitmap(iDolphinLogo); sbDolphinLogo = new wxStaticBitmap(this, ID_LOGO, wxNullBitmap, wxDefaultPosition, wxDefaultSize, 0); sbDolphinLogo->SetBitmap(*DolphinLogo); - std::string Text = std::string("Dolphin SVN revision ") + SVN_REV_STR +"\n" "Copyright (c) 2003-2009\n" + std::string Text = std::string("Dolphin SVN revision ") + SVN_REV_STR +"\n" "Copyright (c) 2003\n" "Dolphin is a Gamecube/Wii emulator, which was originally written by F|RES and ector.\n" "Today Dolphin is an open source project with many contributors.\n\n" "Special thanks to Bushing, Costis, CrowTRobo, Marcan, Segher, Titanik, or9 and Hotquik for their reverse engineering and docs/demos.\n\n" |
