diff -r aef1fbfd9d60 -r aaa517c9dc23 main_win.cc --- a/main_win.cc Thu Oct 12 12:18:20 2006 +0000 +++ b/main_win.cc Fri Oct 13 13:53:10 2006 +0000 @@ -107,6 +107,8 @@ sigc::bind( sigc::mem_fun ( *this, &MainWin::createAlgoWin ), 0) ); ag->add( Gtk::Action::create("AlgoKruskal", _("_Kruskal")), 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) ); Gtk::RadioAction::Group tool_group; ag->add( Gtk::RadioAction::create(tool_group, "MoveItem", Gtk::StockID("gd-move"), _("Move")), @@ -159,6 +161,7 @@ " " " " " " + " " " " " " " "