help3/xhpeditor/index.php |    1 -
 help3/xhpeditor/menu.php  |    1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5d8802dd5e5381aba246ab42804a2205bfd325b9
Author:     Olivier Hallot <[email protected]>
AuthorDate: Tue Feb 18 10:08:30 2020 -0300
Commit:     Olivier Hallot <[email protected]>
CommitDate: Tue Feb 18 14:15:46 2020 +0100

    Add help page link for Editor in Help menu
    
    Change-Id: Iffa4b084935fd5899244da40ecd07afb812d3986
    Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/88935
    Tested-by: Olivier Hallot <[email protected]>
    Reviewed-by: Olivier Hallot <[email protected]>

diff --git a/help3/xhpeditor/index.php b/help3/xhpeditor/index.php
index ff77086..7444d30 100644
--- a/help3/xhpeditor/index.php
+++ b/help3/xhpeditor/index.php
@@ -39,7 +39,6 @@ $xhp = $_POST["xhpdoc"];
     <script type="application/javascript" 
src="cm/addon/search/searchcursor.js"></script>
     <script type="application/javascript" 
src="cm/addon/search/jump-to-line.js"></script>
     <script type="application/javascript" 
src="cm/addon/search/matchesonscrollbar.js"></script>
-    <script type="application/javascript" 
src="cm/addon/search/jump-to-line.js"></script>
     <script type="application/javascript" 
src="cm/addon/display/fullscreen.js"></script>
     <script type="application/javascript" 
src="cm/addon/scroll/annotatescrollbar.js"></script>
     
diff --git a/help3/xhpeditor/menu.php b/help3/xhpeditor/menu.php
index 1a8f4a9..d14f8af 100644
--- a/help3/xhpeditor/menu.php
+++ b/help3/xhpeditor/menu.php
@@ -122,6 +122,7 @@
     <button class="dropbtn">Help</button>
     <div class="dropdown-content">
         <a 
href="https://wiki.documentfoundation.org/Documentation/Understanding,_Authoring_and_Editing_Openoffice.org_Help/3";
 target="_blank">XHP Reference</a>
+        <a href="https://wiki.documentfoundation.org/DocumentationHelpEditor"; 
target="_blank">Editor Help</a>
         <a href="cm/doc/manual.html#commands" target="_blank">Editor 
shortcuts</a>
         <a href="#" target="_blank">Editor</a>
     </div>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to