- Timestamp:
- 12/12/07 09:44:46 (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/pep/data/glade/roster_contact_context_menu.glade
r8478 r9123 21 21 <widget class="GtkImageMenuItem" id="send_single_message_menuitem"> 22 22 <property name="visible">True</property> 23 <property name="label" translatable="yes">Send Single _Message </property>23 <property name="label" translatable="yes">Send Single _Message...</property> 24 24 <property name="use_underline">True</property> 25 25 <child internal-child="image"> … … 35 35 <widget class="GtkImageMenuItem" id="send_file_menuitem"> 36 36 <property name="visible">True</property> 37 <property name="label" translatable="yes">Send _File </property>37 <property name="label" translatable="yes">Send _File...</property> 38 38 <property name="use_underline">True</property> 39 39 <child internal-child="image"> 40 40 <widget class="GtkImage" id="image1706"> 41 41 <property name="visible">True</property> 42 <property name="stock">gtk- floppy</property>42 <property name="stock">gtk-save</property> 43 43 <property name="icon_size">1</property> 44 44 </widget> … … 104 104 <child> 105 105 <widget class="GtkImageMenuItem" id="rename_menuitem"> 106 <property name="label" translatable="yes">_Rename </property>106 <property name="label" translatable="yes">_Rename...</property> 107 107 <property name="use_underline">True</property> 108 108 <child internal-child="image"> … … 117 117 <child> 118 118 <widget class="GtkImageMenuItem" id="edit_groups_menuitem"> 119 <property name="label" translatable="yes">Edit _Groups </property>119 <property name="label" translatable="yes">Edit _Groups...</property> 120 120 <property name="use_underline">True</property> 121 121 <child internal-child="image"> … … 131 131 <child> 132 132 <widget class="GtkImageMenuItem" id="assign_openpgp_key_menuitem"> 133 <property name="label" translatable="yes">Assign Open_PGP Key </property>133 <property name="label" translatable="yes">Assign Open_PGP Key...</property> 134 134 <property name="use_underline">True</property> 135 135 <signal name="activate" handler="on_assign_openpgp_key_menuitem_activate"/> … … 137 137 <widget class="GtkImage" id="image1707"> 138 138 <property name="visible">True</property> 139 <property name="stock">gtk- missing-image</property>139 <property name="stock">gtk-dialog-authentication</property> 140 140 <property name="icon_size">1</property> 141 141 </widget> … … 147 147 <property name="visible">True</property> 148 148 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 149 <property name="label" translatable="yes">Set Custom _Avatar </property>149 <property name="label" translatable="yes">Set Custom _Avatar...</property> 150 150 <property name="use_underline">True</property> 151 151 <child internal-child="image"> … … 161 161 <child> 162 162 <widget class="GtkImageMenuItem" id="add_special_notification_menuitem"> 163 <property name="visible">True</property>164 163 <property name="no_show_all">True</property> 165 <property name="label" translatable="yes">Add Special _Notification </property>164 <property name="label" translatable="yes">Add Special _Notification...</property> 166 165 <property name="use_underline">True</property> 167 166 <child internal-child="image"> … … 270 269 </child> 271 270 <child> 271 <widget class="GtkImageMenuItem" id="add_to_roster_menuitem"> 272 <property name="label" translatable="yes">_Add to Roster...</property> 273 <property name="use_underline">True</property> 274 <child internal-child="image"> 275 <widget class="GtkImage" id="image1716"> 276 <property name="visible">True</property> 277 <property name="stock">gtk-add</property> 278 <property name="icon_size">1</property> 279 </widget> 280 </child> 281 </widget> 282 </child> 283 <child> 272 284 <widget class="GtkImageMenuItem" id="remove_from_roster_menuitem"> 273 285 <property name="label" translatable="yes">_Remove</property> … … 282 294 </widget> 283 295 </child> 284 <child>285 <widget class="GtkImageMenuItem" id="add_to_roster_menuitem">286 <property name="label" translatable="yes">_Add to Roster</property>287 <property name="use_underline">True</property>288 <child internal-child="image">289 <widget class="GtkImage" id="image1716">290 <property name="visible">True</property>291 <property name="stock">gtk-add</property>292 <property name="icon_size">1</property>293 </widget>294 </child>295 </widget>296 </child>297 296 </widget> 298 297 </child>
