Added privacy notice to 'enable internet' dialog; used redirecting

URLs for privacy and terms&conditions.
This commit is contained in:
hiker 2015-03-12 10:33:42 +11:00
parent acd66f46ff
commit 41a67d4250
2 changed files with 3 additions and 3 deletions

View File

@ -395,7 +395,6 @@ void handleXmasMode()
*/
bool isEasterMode(int day, int month, int year, int before_after_days)
{
bool ears = false;
switch (UserConfigParams::m_easter_ear_mode)
{
case 0:
@ -1201,6 +1200,7 @@ void askForInternetPermission()
new MessageDialog(_("SuperTuxKart may connect to a server "
"to download add-ons and notify you of updates. We also collect "
"anonymous hardware statistics to help with the development of STK. "
"Please read our privacy policy at http://privacy.supertuxkart.net. "
"Would you like this feature to be enabled? (To change this setting "
"at a later time, go to options, select tab "
"'User Interface', and edit \"Connect to the "

View File

@ -46,7 +46,7 @@ RegistrationDialog::RegistrationDialog() :
L"these terms. If you have any questions or comments regarding these "
L"terms, one of the members of the development team would gladly "
L"assist you.",
L"http://supertuxkart.net/terms");
L"http://terms.supertuxkart.net");
terms_widget->setText(terms, false);
// showRegistrationTerms();