diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-09 20:28:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-09 20:28:03 +0300 |
commit | 252f04e191d5fd754122db195dd2bffe38858a74 (patch) | |
tree | ac5bfd6b6c6e204d3acb03d9a5a2077ced5490b2 /src/gui/didyouknowwindow.cpp | |
parent | f80a1b2de6ec5a09c2116eadd07b34265c473946 (diff) | |
download | plus-252f04e191d5fd754122db195dd2bffe38858a74.tar.gz plus-252f04e191d5fd754122db195dd2bffe38858a74.tar.bz2 plus-252f04e191d5fd754122db195dd2bffe38858a74.tar.xz plus-252f04e191d5fd754122db195dd2bffe38858a74.zip |
Add more texts to "did you know" window.
Diffstat (limited to 'src/gui/didyouknowwindow.cpp')
-rw-r--r-- | src/gui/didyouknowwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/didyouknowwindow.cpp b/src/gui/didyouknowwindow.cpp index 24731d58a..5d8142be8 100644 --- a/src/gui/didyouknowwindow.cpp +++ b/src/gui/didyouknowwindow.cpp @@ -41,7 +41,7 @@ #include "debug.h" static const int minTip = 1; -static const int maxTip = 6; +static const int maxTip = 8; DidYouKnowWindow::DidYouKnowWindow(): Window(_("Did You Know?")) |