added shortcut to menuitem 'Resize/Move'(#329627)
* src/Win_GParted.cc: added shortcut to menuitem 'Resize/Move'(#329627)
This commit is contained in:
parent
c2eb2f7cad
commit
9c90646b5c
|
@ -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,
|
||||
|
|
|
@ -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) ) );
|
||||
|
||||
|
|
Loading…
Reference in New Issue