From cd92cb02fade259b6fd4a38d61b2263b76d55d94 Mon Sep 17 00:00:00 2001 From: William JCM Date: Thu, 30 Jul 2020 11:10:11 +0200 Subject: [PATCH] Update the disclaimer. --- GUI/EvtMainFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/EvtMainFrame.cpp b/GUI/EvtMainFrame.cpp index 081837f..01a0058 100644 --- a/GUI/EvtMainFrame.cpp +++ b/GUI/EvtMainFrame.cpp @@ -34,7 +34,7 @@ EvtMainFrame::EvtMainFrame(wxWindow* parent): MainFrame(parent) { warningMessage(wxString::FromUTF8("Before you start using this app, a few things you should know:\n\n" "For this application to work properly, Steam Cloud syncing needs to be disabled for the game.\nTo disable it, right-click the game in your Steam library, click \"Properties\", go to the \"Updates\" tab, and uncheck \"Enable Steam Cloud synchronization for M.A.S.S. Builder\".\n\n" - "DISCLAIMER: The developer of this application cannot be held responsible for data loss or corruption. PLEASE USE AT YOUR OWN RISK!\n\n" + "DISCLAIMER: The developer of this application (Guillaume Jacquemin) isn't associated with Vermillion Digital, and both parties cannot be held responsible for data loss or corruption this app might cause. PLEASE USE AT YOUR OWN RISK!\n\n" "Last but not least, this application is released under the terms of the GNU General Public Licence version 3. Please see the COPYING file for more details.")); if(!_manager.ready()) {