Remove "educational purposes only" from about message.

Dolphin is obviously not marketed as being for educational purposes
only, and claiming otherwise in the about screen would not have any
legal weight, so don't insult everyone's intelligence.
This commit is contained in:
comex 2013-09-23 01:07:19 -04:00
parent 2f384c75d2
commit a7f2160a0f
1 changed files with 2 additions and 3 deletions

View File

@ -45,9 +45,8 @@ AboutDolphin::AboutDolphin(wxWindow *parent, wxWindowID id,
"\n"
"We are not affiliated with Nintendo in any way.\n"
"Gamecube and Wii are trademarks of Nintendo.\n"
"The emulator is for educational purposes only\n"
"and should not be used to play games you do\n"
"not legally own."),
"The emulator should not be used to play games\n"
"you do not legally own."),
scm_desc_str, scm_branch_str, scm_rev_git_str, __DATE__, __TIME__);
wxStaticText* const Message = new wxStaticText(this, wxID_ANY, Text);