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