diff --git a/src/main.cpp b/src/main.cpp index ef99cd39..b3fa7ad9 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -560,10 +560,6 @@ int main ( int argc, char** argv ) eLicenceType ); if ( bUseGUI ) { - // special case for the GUI mode: we want the licence type to be - // creative commons per default (if not given in the settings file) - Server.SetLicenceType ( LT_CREATIVECOMMONS ); - // load settings from init-file CSettings Settings ( &Server, strIniFileName ); Settings.Load(); diff --git a/src/serverdlg.cpp b/src/serverdlg.cpp index 21151566..0fbdf8c5 100755 --- a/src/serverdlg.cpp +++ b/src/serverdlg.cpp @@ -58,8 +58,8 @@ CServerDlg::CServerDlg ( CServer* pNServP, // CC licence dialog switch chbUseCCLicence->setWhatsThis ( tr ( "Show Creative Commons Licence " - "Dialog: If enabled, a Creative Commons Licence dialog is shown " - "each time a new user connects the server." ) ); + "Dialog: If enabled, a Creative Commons BY-NC-SA 4.0 Licence " + "dialog is shown each time a new user connects the server." ) ); // Make My Server Public flag chbRegisterServer->setWhatsThis ( tr ( "Make My Server Public: If " diff --git a/src/serverdlgbase.ui b/src/serverdlgbase.ui index 03d5476d..61e069f4 100755 --- a/src/serverdlgbase.ui +++ b/src/serverdlgbase.ui @@ -56,7 +56,7 @@ - Show Creative Commons Licence Dialog + Show Creative Commons BY-NC-SA 4.0 Licence Dialog