| 75 | | <widget class="GtkMenuItem" id="otr_submenu"> |
| 76 | | <property name="visible">True</property> |
| 77 | | <property name="sensitive">False</property> |
| 78 | | <property name="label" translatable="yes">Off-the-Record Encryption</property> |
| 79 | | <property name="use_underline">True</property> |
| 80 | | <child> |
| 81 | | <widget class="GtkMenu" id="otr_submenu_menu"> |
| 82 | | <child> |
| 83 | | <widget class="GtkMenuItem" id="otr_settings_menuitem"> |
| 84 | | <property name="visible">True</property> |
| 85 | | <property name="label" translatable="yes">OTR settings / fingerprint</property> |
| 86 | | <property name="use_underline">True</property> |
| 87 | | <signal name="activate" handler="_on_otr_settings_menuitem_activate"/> |
| 88 | | </widget> |
| 89 | | </child> |
| 90 | | <child> |
| 91 | | <widget class="GtkMenuItem" id="smp_otr_menuitem"> |
| 92 | | <property name="visible">True</property> |
| 93 | | <property name="label" translatable="yes">Authenticate contact</property> |
| 94 | | <property name="use_underline">True</property> |
| 95 | | <signal name="activate" handler="_on_smp_otr_menuitem_activate"/> |
| 96 | | </widget> |
| 97 | | </child> |
| 98 | | <child> |
| 99 | | <widget class="GtkMenuItem" id="start_otr_menuitem"> |
| 100 | | <property name="visible">True</property> |
| 101 | | <property name="label" translatable="yes">Start / Refresh OTR</property> |
| 102 | | <property name="use_underline">True</property> |
| 103 | | <signal name="activate" handler="_on_start_otr_menuitem_activate"/> |
| 104 | | </widget> |
| 105 | | </child> |
| 106 | | <child> |
| 107 | | <widget class="GtkMenuItem" id="end_otr_menuitem"> |
| 108 | | <property name="visible">True</property> |
| 109 | | <property name="sensitive">False</property> |
| 110 | | <property name="label" translatable="yes">End OTR </property> |
| 111 | | <property name="use_underline">True</property> |
| 112 | | <signal name="activate" handler="_on_end_otr_menuitem_activate"/> |
| 113 | | </widget> |
| 114 | | </child> |
| 115 | | </widget> |
| 116 | | </child> |
| 117 | | </widget> |
| 118 | | </child> |
| 119 | | <child> |