| commit | e507fd525404d5ac078a47650df11e5e18a88a81 | [log] |
|---|---|---|
| author | Caolán McNamara <caolan.mcnamara@collabora.com> | Tue Dec 05 13:54:19 2023 +0000 |
| committer | Caolán McNamara <caolan.mcnamara@collabora.com> | Tue Dec 05 17:19:03 2023 +0100 |
| tree | d76dc90937f8157e0b1d2f3eeebc3d4d4ff32858 | |
| parent | a28a721ef9f2daced3e08f30578e603abd119773 [diff] |
Related: tdf#158534 set fallback help page for optional print content Change-Id: I79d843cbf2591ab5a8625087e2ec5897b26a8056 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160371 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx index 3c1f5d0..9c5f519 100644 --- a/vcl/source/window/printdlg.cxx +++ b/vcl/source/window/printdlg.cxx
@@ -1330,6 +1330,7 @@ void PrintDialog::setupOptionalUI() rOption.Value >>= sOptionsUIFile; mxCustomOptionsUIBuilder = Application::CreateBuilder(mxCustom.get(), sOptionsUIFile); std::unique_ptr<weld::Container> xWindow = mxCustomOptionsUIBuilder->weld_container("box"); xWindow->set_help_id("vcl/ui/printdialog/PrintDialog"); xWindow->show(); continue; }