resource: Updated EULA

This commit is contained in:
Eberhard Graether
2017-06-20 13:06:06 +02:00
parent d7fbaede79
commit 738e13a664
4 changed files with 219 additions and 488 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ void QtEulaWindow::windowReady()
if (m_forceAccept)
{
updateCloseButton("Quit");
updateNextButton("Agree");
updateNextButton("I agree");
}
else
{
+1 -1
View File
@@ -7,7 +7,7 @@ class QtEulaWindow
: public QtWindow
{
public:
static const int EULA_VERSION = 1;
static const int EULA_VERSION = 2;
QtEulaWindow(QWidget* parent, bool forceAccept);
QSize sizeHint() const override;