[kde-doc-english] [symboleditor] /: Fix dialog naming in docbook manual and allow calling from Help button

Steve Allewell steve.allewell at gmail.com
Sun Jul 27 19:40:51 UTC 2014


Git commit 2c6165a899ae7482c0c9c509a8d9691d85427b07 by Steve Allewell.
Committed on 27/07/2014 at 19:02.
Pushed by sallewell into branch 'master'.

Fix dialog naming in docbook manual and allow calling from Help button

GUI: Updated section name and title in docbook manual

M  +2    -2    doc/dialogs.docbook
M  +1    -0    src/MainWindow.cpp

http://commits.kde.org/symboleditor/2c6165a899ae7482c0c9c509a8d9691d85427b07

diff --git a/doc/dialogs.docbook b/doc/dialogs.docbook
index 43feeb2..1529d6f 100644
--- a/doc/dialogs.docbook
+++ b/doc/dialogs.docbook
@@ -1,8 +1,8 @@
 <chapter id="Dialogs">
     <title>Dialogs</title>
 
-    <sect1 id="PaletteManagerDialog" >
-        <title>The Palette Manager Dialog</title>
+    <sect1 id="ConfigurationDialog" >
+        <title>The Configuration Dialog</title>
         <para>
             <screenshot><mediaobject><imageobject><imagedata fileref="configuration-dialog.png" format="PNG" /></imageobject></mediaobject></screenshot>
         </para>
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
index b56824e..02a96b0 100644
--- a/src/MainWindow.cpp
+++ b/src/MainWindow.cpp
@@ -742,6 +742,7 @@ void MainWindow::preferences()
     dialog->setFaceType(KPageDialog::List);
 
     dialog->addPage(new EditorConfigPage(0, "EditorConfigPage"), i18nc("The Editor configuration page", "Editor"), "preferences-desktop");
+    dialog->setHelp("ConfigurationDialog");
 
     connect(dialog, SIGNAL(settingsChanged(QString)), m_editor, SLOT(readSettings()));
 



More information about the kde-doc-english mailing list