fixed crasherino

This commit is contained in:
fourtf
2018-09-04 22:05:27 +02:00
parent 1d682c4a93
commit 1d16c0cf77
2 changed files with 6 additions and 4 deletions
+4 -3
View File
@@ -456,9 +456,10 @@ void SplitContainer::paintEvent(QPaintEvent *)
if (notebook != nullptr) {
if (notebook->getPageCount() > 1) {
text += "\n\nTip: After adding a split you can hold <Alt> to "
"move it or split it "
"further.";
text +=
"\n\nTip: After adding a split you can hold <Ctrl+Alt> to "
"move it or split it "
"further.";
}
}