Browse Source

Minor fix.

cl-refactor
Gav Wood 11 years ago
parent
commit
0be4904097
  1. 2
      alethzero/MainWin.cpp

2
alethzero/MainWin.cpp

@ -142,7 +142,7 @@ Main::Main(QWidget *parent) :
if (s.value("splashMessage", true).toBool()) if (s.value("splashMessage", true).toBool())
{ {
QMessageBox::information(this, "Here Be Dragons!", "This is proof-of-concept software. The project as a whole is not even at the alpha-testing stage. It here to show you, if you have a technical bent, the sort of thing that might be possible down the line.\nPlease don't blame us if it does something unexpected or if you're underwhelmed with the user-experience. We have great plans for it in terms of UX down the line but right now we just want to get the groundwork sorted. We welcome contributions, be they in code, testing or documentation!\nAfter you close this message it won't appear again."); QMessageBox::information(this, "Here Be Dragons!", "This is proof-of-concept software. The project as a whole is not even at the alpha-testing stage. It here to show you, if you have a technical bent, the sort of thing that might be possible down the line.\nPlease don't blame us if it does something unexpected or if you're underwhelmed with the user-experience. We have great plans for it in terms of UX down the line but right now we just want to get the groundwork sorted. We welcome contributions, be they in code, testing or documentation!\nAfter you close this message it won't appear again.");
s.setValue("splashMessage", true); s.setValue("splashMessage", false);
} }
} }
} }

Loading…
Cancel
Save