From 7ce6c85a93932f96762d898c321fd795438a4f3f Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 26 May 2007 14:16:28 +0000 Subject: [PATCH] Make name more discriptive git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4910 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/qt-console/mainwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/qt-console/mainwin.cpp b/bacula/src/qt-console/mainwin.cpp index 79f4710d04..a73b3e9636 100644 --- a/bacula/src/qt-console/mainwin.cpp +++ b/bacula/src/qt-console/mainwin.cpp @@ -494,7 +494,7 @@ void MainWin::about() void MainWin::help() { - Help::showFile("index.html"); + Help::displayFile("index.html"); } void MainWin::set_statusf(const char *fmt, ...) -- 2.39.5