safemodequerydialog.ui 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.20.2 -->
  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">gtk-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. <property name="use_stock">True</property>
  32. </object>
  33. <packing>
  34. <property name="expand">False</property>
  35. <property name="fill">True</property>
  36. <property name="position">0</property>
  37. </packing>
  38. </child>
  39. <child>
  40. <object class="GtkButton" id="ok">
  41. <property name="label" translatable="yes" context="safemodequerydialog|restart">_Restart</property>
  42. <property name="visible">True</property>
  43. <property name="can_focus">True</property>
  44. <property name="receives_default">True</property>
  45. <property name="use_underline">True</property>
  46. </object>
  47. <packing>
  48. <property name="expand">False</property>
  49. <property name="fill">True</property>
  50. <property name="position">1</property>
  51. </packing>
  52. </child>
  53. </object>
  54. <packing>
  55. <property name="expand">False</property>
  56. <property name="fill">False</property>
  57. <property name="position">0</property>
  58. </packing>
  59. </child>
  60. </object>
  61. </child>
  62. <action-widgets>
  63. <action-widget response="-6">cancel</action-widget>
  64. <action-widget response="-5">ok</action-widget>
  65. </action-widgets>
  66. <child>
  67. <placeholder/>
  68. </child>
  69. </object>
  70. </interface>