diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-01-26 11:49:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-01-26 15:09:20 +0000 |
commit | 2a40505d00fcd79bfa433c301ddc05a35287bfb1 (patch) | |
tree | eb3ca8427095c929cb2a084e9df8afc6be80b95d /svtools/uiconfig/ui/restartdialog.ui | |
parent | b9249d7c4db6e20dcc1bcca88b350e9ee547c992 (diff) |
remove option to toggle IsPDFAsStandardPrintJobFormat from UI
to deprecate it. Still possible to toggle from expert config for now,
but we should push on and remove this and all the postscript printing at
this point.
Change-Id: If8869a62616b336764720f5dc56d86b94f16ffbe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146169
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/uiconfig/ui/restartdialog.ui')
-rw-r--r-- | svtools/uiconfig/ui/restartdialog.ui | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/svtools/uiconfig/ui/restartdialog.ui b/svtools/uiconfig/ui/restartdialog.ui index 9772c1659ad7..89fc4340533c 100644 --- a/svtools/uiconfig/ui/restartdialog.ui +++ b/svtools/uiconfig/ui/restartdialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.38.2 --> +<!-- Generated with glade 3.40.0 --> <interface domain="svt"> <requires lib="gtk+" version="3.20"/> <object class="GtkDialog" id="RestartDialog"> @@ -94,21 +94,6 @@ </packing> </child> <child> - <object class="GtkLabel" id="reason_pdf"> - <property name="can-focus">False</property> - <property name="no-show-all">True</property> - <property name="label" translatable="yes" context="restartdialog|reason_pdf">For the modified default print job format to take effect, %PRODUCTNAME must be restarted.</property> - <property name="wrap">True</property> - <property name="max-width-chars">50</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> - </packing> - </child> - <child> <object class="GtkLabel" id="reason_bibliography_install"> <property name="can-focus">False</property> <property name="no-show-all">True</property> |