From 26e036d1c1a444a3f222fc68b5d45f3c634aa621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burkhard=20L=C3=BCck?= Date: Thu, 23 May 2013 10:06:09 +0200 Subject: [PATCH] add anchor for help call to open the configuration chapter when using help action in the onfiguration dialog --- conf/preferencesdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/preferencesdialog.cpp b/conf/preferencesdialog.cpp index e8817598d..698dccd6c 100644 --- a/conf/preferencesdialog.cpp +++ b/conf/preferencesdialog.cpp @@ -54,5 +54,5 @@ PreferencesDialog::PreferencesDialog( QWidget * parent, KConfigSkeleton * skelet #ifdef OKULAR_DEBUG_CONFIGPAGE addPage( m_debug, "Debug", "system-run", "Debug options" ); #endif - setHelp(QString(),"okular"); + setHelp("configure", "okular"); }