diff options
-rw-r--r-- | data/help/tags.idx | 2 | ||||
-rw-r--r-- | data/help/tips/16.txt | 2 | ||||
-rw-r--r-- | src/gui/didyouknowwindow.cpp | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/data/help/tags.idx b/data/help/tags.idx index c3978cc65..12f3d8477 100644 --- a/data/help/tags.idx +++ b/data/help/tags.idx @@ -11,3 +11,5 @@ index|index team|team tips/12|warp tips/12|warps +tips/16|download +tips/16|downloads diff --git a/data/help/tips/16.txt b/data/help/tips/16.txt new file mode 100644 index 000000000..92b8d9450 --- /dev/null +++ b/data/help/tips/16.txt @@ -0,0 +1,2 @@ +<<Look this page for help and downloads:>> +http://manaplus.evolonline.org/ diff --git a/src/gui/didyouknowwindow.cpp b/src/gui/didyouknowwindow.cpp index d17d4f58a..dc86c3ce9 100644 --- a/src/gui/didyouknowwindow.cpp +++ b/src/gui/didyouknowwindow.cpp @@ -46,7 +46,7 @@ #include "debug.h" static const int minTip = 1; -static const int maxTip = 15; +static const int maxTip = 16; DidYouKnowWindow::DidYouKnowWindow(): Window(_("Did You Know?"), false, nullptr, "didyouknow.xml") |