Uncomment the code that gets add_button() to set the tooltip. The function only...
[synfig.git] / synfig-studio / trunk / src / gtkmm / dockable.cpp
index 692316d..ce4eb9d 100644 (file)
@@ -328,7 +328,7 @@ Dockable::add_button(const Gtk::StockID& stock_id, const synfig::String& tooltip
        //ret->set_relief(Gtk::RELIEF_HALF);
        //ret->set_relief(Gtk::RELIEF_NONE);
        ret->set_label(tooltip);
-       //toolbar_->get_tooltips_object()->set_tip(*ret,tooltip);
+       toolbar_->get_tooltips_object()->set_tip(*ret,tooltip);
 
        ret->show();
        //icon->show();