[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - vcl/source

Kelemen Gábor (via logerrit) logerrit at kemper.freedesktop.org
Mon Dec 9 11:34:25 UTC 2019


 vcl/source/window/printdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9b7e992b72c56e830e59af9fd512f257d75b0491
Author:     Kelemen Gábor <kelemeng at ubuntu.com>
AuthorDate: Fri Dec 6 14:33:20 2019 +0100
Commit:     Xisco Faulí <xiscofauli at libreoffice.org>
CommitDate: Mon Dec 9 12:33:41 2019 +0100

    tdf#122706 Fix built-in HID on Print dialogs Help button
    
    to open the general Print page.
    
    Change-Id: I1ffee4a9d72bb6a4840dec3800a397a878ed2eca
    Reviewed-on: https://gerrit.libreoffice.org/84628
    Tested-by: Jenkins
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
    (cherry picked from commit 46a07f2042a812fc552e26736183c7d06fe6aa35)
    Reviewed-on: https://gerrit.libreoffice.org/84735
    Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>

diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx
index 4a7105a777c9..c50fb512dd92 100644
--- a/vcl/source/window/printdlg.cxx
+++ b/vcl/source/window/printdlg.cxx
@@ -1778,7 +1778,7 @@ IMPL_LINK(PrintDialog, ClickHdl, weld::Button&, rButton, void)
         Help* pHelp = Application::GetHelp();
         if( pHelp )
         {
-            pHelp->Start("vcl/ui/printdialog", mxOKButton.get());
+            pHelp->Start("vcl/ui/printdialog/PrintDialog", mxOKButton.get());
         }
     }
     else if ( &rButton == mxPreviewBox.get() )


More information about the Libreoffice-commits mailing list