tdf#154285 Check upper bound of arguments in SbRtl_Minute function
[LibreOffice.git] / sfx2 / uiconfig / ui / safemodequerydialog.ui
blob8f76f1a58de2fae7cbbf02ca309561467c6afc79
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="sfx">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkMessageDialog" id="SafeModeQueryDialog">
6 <property name="can-focus">False</property>
7 <property name="title" translatable="yes" context="safemodequerydialog|SafeModeQueryDialog">Enter Safe Mode</property>
8 <property name="resizable">False</property>
9 <property name="modal">True</property>
10 <property name="type-hint">dialog</property>
11 <property name="message-type">question</property>
12 <property name="text" translatable="yes" context="safemodequerydialog|label">Are you sure you want to restart %PRODUCTNAME and enter safe mode?</property>
13 <child internal-child="vbox">
14 <object class="GtkBox">
15 <property name="can-focus">False</property>
16 <property name="orientation">vertical</property>
17 <property name="spacing">2</property>
18 <child internal-child="action_area">
19 <object class="GtkButtonBox">
20 <property name="can-focus">False</property>
21 <property name="homogeneous">True</property>
22 <child>
23 <object class="GtkButton" id="cancel">
24 <property name="label" translatable="yes" context="stock">_Cancel</property>
25 <property name="visible">True</property>
26 <property name="can-focus">True</property>
27 <property name="can-default">True</property>
28 <property name="has-default">True</property>
29 <property name="receives-default">True</property>
30 <property name="use-underline">True</property>
31 </object>
32 <packing>
33 <property name="expand">False</property>
34 <property name="fill">True</property>
35 <property name="position">0</property>
36 </packing>
37 </child>
38 <child>
39 <object class="GtkButton" id="ok">
40 <property name="label" translatable="yes" context="safemodequerydialog|restart">_Restart</property>
41 <property name="visible">True</property>
42 <property name="can-focus">True</property>
43 <property name="receives-default">True</property>
44 <property name="use-underline">True</property>
45 </object>
46 <packing>
47 <property name="expand">False</property>
48 <property name="fill">True</property>
49 <property name="position">1</property>
50 </packing>
51 </child>
52 </object>
53 <packing>
54 <property name="expand">False</property>
55 <property name="fill">False</property>
56 <property name="position">0</property>
57 </packing>
58 </child>
59 </object>
60 </child>
61 <action-widgets>
62 <action-widget response="-6">cancel</action-widget>
63 <action-widget response="-5">ok</action-widget>
64 </action-widgets>
65 </object>
66 </interface>