[Lemon-commits] ladanyi: r3391 - glemon/branches/akos
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 19 00:25:59 CET 2007
Author: ladanyi
Date: Mon Nov 19 00:25:58 2007
New Revision: 3391
Modified:
glemon/branches/akos/main_win.cc
Log:
Fix missing labels in toolbar.
Modified: glemon/branches/akos/main_win.cc
==============================================================================
--- glemon/branches/akos/main_win.cc (original)
+++ glemon/branches/akos/main_win.cc Mon Nov 19 00:25:58 2007
@@ -163,13 +163,13 @@
ag->add( Gtk::RadioAction::create(tool_group, "EditEdgeMap", Gtk::StockID("gd-editlink"), _("Edit edge map")),
sigc::bind( sigc::mem_fun ( *this, &MainWin::changeEditorialTool ), 4) );
- ag->add( Gtk::Action::create("AddMap", Gtk::StockID("gd-newmap")),
+ ag->add( Gtk::Action::create("AddMap", Gtk::StockID("gd-newmap"), "New map"),
sigc::mem_fun ( *this , &MainWin::createNewMapWin ) );
ag->add( Gtk::Action::create("DesignGraph", Gtk::Stock::REFRESH),
sigc::mem_fun ( *this , &MainWin::reDesignGraph ) );
- ag->add( Gtk::Action::create("Eps", Gtk::StockID("gd-eps")),
+ ag->add( Gtk::Action::create("Eps", Gtk::StockID("gd-eps"), "Export to EPS"),
sigc::mem_fun ( *this , &MainWin::exportToEPS ) );
uim=Gtk::UIManager::create();
More information about the Lemon-commits
mailing list