From a57a28014d09abdd695e31acb86a1dbdbedb5faa Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 3 Jun 2012 23:58:07 +0300 Subject: Add support for help footer. --- src/gui/didyouknowwindow.cpp | 1 - src/gui/helpwindow.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/gui/didyouknowwindow.cpp b/src/gui/didyouknowwindow.cpp index 0dcc01091..50e0f0188 100644 --- a/src/gui/didyouknowwindow.cpp +++ b/src/gui/didyouknowwindow.cpp @@ -132,7 +132,6 @@ void DidYouKnowWindow::loadData(int num) void DidYouKnowWindow::loadFile(int num) { const std::string file = strprintf("tips/%d", num); - const StringVect langs = getLang(); std::string helpPath = branding.getStringValue("helpPath"); if (helpPath.empty()) helpPath = paths.getStringValue("help"); diff --git a/src/gui/helpwindow.cpp b/src/gui/helpwindow.cpp index d58490491..82a70bca9 100644 --- a/src/gui/helpwindow.cpp +++ b/src/gui/helpwindow.cpp @@ -101,6 +101,7 @@ void HelpWindow::loadHelp(const std::string &helpFile) loadFile("header"); loadFile(helpFile); + loadFile("footer"); mScrollArea->setVerticalScrollAmount(0); setVisible(true); @@ -108,7 +109,6 @@ void HelpWindow::loadHelp(const std::string &helpFile) void HelpWindow::loadFile(const std::string &file) { - const StringVect langs = getLang(); std::string helpPath = branding.getStringValue("helpPath"); if (helpPath.empty()) helpPath = paths.getStringValue("help"); -- cgit v1.2.3-60-g2f50