forked from AuroraMiddleware/gtk
Merge branch 'matthiasc/for-master' into 'master'
Matthiasc/for master See merge request GNOME/gtk!1582
This commit is contained in:
commit
6e52820fd2
@ -185,7 +185,6 @@
|
||||
<property name="sensitive">0</property>
|
||||
<property name="can-focus">1</property>
|
||||
<property name="use-underline">1</property>
|
||||
<property name="active">1</property>
|
||||
<property name="group">all_pages_radio</property>
|
||||
<layout>
|
||||
<property name="left-attach">0</property>
|
||||
@ -200,7 +199,6 @@
|
||||
<property name="sensitive">0</property>
|
||||
<property name="can-focus">1</property>
|
||||
<property name="use-underline">1</property>
|
||||
<property name="active">1</property>
|
||||
<property name="group">all_pages_radio</property>
|
||||
<layout>
|
||||
<property name="left-attach">0</property>
|
||||
@ -216,7 +214,6 @@
|
||||
<property name="tooltip-text" translatable="yes">Specify one or more page ranges,
|
||||
e.g. 1–3, 7, 11</property>
|
||||
<property name="use-underline">1</property>
|
||||
<property name="active">1</property>
|
||||
<property name="group">all_pages_radio</property>
|
||||
<signal name="toggled" handler="update_page_range_entry_sensitivity" swapped="no"/>
|
||||
<layout>
|
||||
@ -833,6 +830,7 @@
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="print_at_radio">
|
||||
<property name="sensitive">0</property>
|
||||
<property name="label" translatable="yes" comments="this is one of the choices for the print at option in the print dialog. It also serves as the label for an entry that allows the user to enter a time.">A_t:</property>
|
||||
<property name="can-focus">1</property>
|
||||
<property name="has-tooltip">1</property>
|
||||
@ -875,6 +873,7 @@
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="print_hold_radio">
|
||||
<property name="sensitive">0</property>
|
||||
<property name="label" translatable="yes" comments="this is one of the choices for the print at option in the print dialog. It means that the print job will not be printed until it explicitly gets 'released'.">On _hold</property>
|
||||
<property name="can-focus">1</property>
|
||||
<property name="has-tooltip">1</property>
|
||||
|
Loading…
Reference in New Issue
Block a user