diff -r 70e3c3646283 -r 2cd447b0bd3a main_win.cc --- a/main_win.cc Fri Oct 13 15:14:18 2006 +0000 +++ b/main_win.cc Fri Oct 13 15:31:58 2006 +0000 @@ -109,6 +109,8 @@ sigc::bind( sigc::mem_fun ( *this, &MainWin::createAlgoWin ), 1) ); ag->add( Gtk::Action::create("AlgoDijkstra", _("_Dijkstra")), sigc::bind( sigc::mem_fun ( *this, &MainWin::createAlgoWin ), 2) ); + ag->add( Gtk::Action::create("AlgoSuurballe", _("_Suurballe")), + sigc::bind( sigc::mem_fun ( *this, &MainWin::createAlgoWin ), 3) ); Gtk::RadioAction::Group tool_group; ag->add( Gtk::RadioAction::create(tool_group, "MoveItem", Gtk::StockID("gd-move"), _("Move")), @@ -162,6 +164,7 @@ " " " " " " + " " " " " " " "