add anchor for help call to open the configuration chapter when using help action in the onfiguration dialog

remotes/origin/epub-qtextdoc
Burkhard Lück 13 years ago
parent f8a511a5f8
commit 26e036d1c1
  1. 2
      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");
}

Loading…
Cancel
Save