added shortcut to menuitem 'Resize/Move'(#329627)

* src/Win_GParted.cc: added shortcut to menuitem
  'Resize/Move'(#329627)
This commit is contained in:
Bart Hakvoort 2006-02-18 14:16:24 +00:00
parent c2eb2f7cad
commit 9c90646b5c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-02-18 Bart Hakvoort <hakvoort@cvs.gnome.org>
* src/Win_GParted.cc: added shortcut to menuitem
'Resize/Move'(#329627)
2006-02-17 Bart Hakvoort <hakvoort@cvs.gnome.org>
* include/GParted_Core.h,

View File

@ -225,7 +225,7 @@ void Win_GParted::init_partition_menu( )
image = manage( new Gtk::Image( Gtk::Stock::GOTO_LAST, Gtk::ICON_SIZE_MENU ) );
menu_partition .items() .push_back(
Gtk::Menu_Helpers::ImageMenuElem( _("Resize/Move"),
Gtk::Menu_Helpers::ImageMenuElem( _("_Resize/Move"),
*image,
sigc::mem_fun(*this, &Win_GParted::activate_resize) ) );