From 587a03758d53617848e3b317730451881fe7fa17 Mon Sep 17 00:00:00 2001 From: Bart Hakvoort Date: Fri, 1 Sep 2006 18:01:16 +0000 Subject: [PATCH] small menu changes * src/Win_GParted.cc: small menu changes --- ChangeLog | 4 ++++ src/Win_GParted.cc | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8204f45c..3a57aa05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-09-01 Bart Hakvoort + + * src/Win_GParted.cc: small menu changes + 2006-08-31 Bart Hakvoort * src/GParted_Core.cc: fix errormessage diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc index 152725ce..9b65bd84 100644 --- a/src/Win_GParted.cc +++ b/src/Win_GParted.cc @@ -125,7 +125,7 @@ void Win_GParted::init_menubar() //gparted menu = manage( new Gtk::Menu() ) ; image = manage( new Gtk::Image( Gtk::Stock::REFRESH, Gtk::ICON_SIZE_MENU ) ); - menu ->items() .push_back( Gtk::Menu_Helpers::ImageMenuElem( _("_Refresh devices"), Gtk::AccelKey("r"), *image, sigc::mem_fun(*this, &Win_GParted::menu_gparted_refresh_devices) ) ); + menu ->items() .push_back( Gtk::Menu_Helpers::ImageMenuElem( _("_Refresh Devices"), Gtk::AccelKey("r"), *image, sigc::mem_fun(*this, &Win_GParted::menu_gparted_refresh_devices) ) ); image = manage( new Gtk::Image( Gtk::Stock::HARDDISK, Gtk::ICON_SIZE_MENU ) ); menu ->items() .push_back( Gtk::Menu_Helpers::ImageMenuElem( _("_Devices"), *image ) ) ; @@ -145,7 +145,7 @@ void Win_GParted::init_menubar() //view menu = manage( new Gtk::Menu() ) ; menu ->items() .push_back( Gtk::Menu_Helpers::CheckMenuElem( _("Device _Information"), sigc::mem_fun(*this, &Win_GParted::menu_view_harddisk_info) ) ); - menu ->items() .push_back( Gtk::Menu_Helpers::CheckMenuElem( _("_Operations"), sigc::mem_fun(*this, &Win_GParted::menu_view_operations) ) ); + menu ->items() .push_back( Gtk::Menu_Helpers::CheckMenuElem( _("Pending _Operations"), sigc::mem_fun(*this, &Win_GParted::menu_view_operations) ) ); menubar_main .items() .push_back( Gtk::Menu_Helpers::MenuElem( _("_View"), *menu ) ); //device