summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 358dcc6)
raw | patch | inline | side by side (parent: 358dcc6)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sat, 15 Apr 2006 02:04:12 +0000 (02:04 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sat, 15 Apr 2006 02:04:12 +0000 (02:04 +0000) |
src/widgets/toolbox.cpp | patch | blob | history |
index bb58092b870c347a9f9313f8e1a63b694e9edb64..cf3094375df540afe1cb86c353a63856c6cc96ef 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
gtk_box_pack_start(GTK_BOX(tb), gtk_hbox_new(FALSE, 0), FALSE, FALSE, AUX_BETWEEN_BUTTON_GROUPS);
sp_toolbox_button_new(tb, Inkscape::ICON_SIZE_SMALL_TOOLBAR, "node_join",
- GTK_SIGNAL_FUNC(sp_node_path_edit_join), tt, _("Join paths at selected nodes"));
+ GTK_SIGNAL_FUNC(sp_node_path_edit_join), tt, _("Join selected endnodes"));
sp_toolbox_button_new(tb, Inkscape::ICON_SIZE_SMALL_TOOLBAR, "node_join_segment",
- GTK_SIGNAL_FUNC(sp_node_path_edit_join_segment), tt, _("Join paths at selected nodes with new segment"));
+ GTK_SIGNAL_FUNC(sp_node_path_edit_join_segment), tt, _("Join selected endnodes with a new segment"));
sp_toolbox_button_new(tb, Inkscape::ICON_SIZE_SMALL_TOOLBAR, "node_delete_segment",
GTK_SIGNAL_FUNC(sp_node_path_edit_delete_segment), tt, _("Split path between two non-endpoint nodes"));