diff options
| author | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2009-06-09 16:10:31 +0000 |
|---|---|---|
| committer | prokoudine <prokoudine@users.sourceforge.net> | 2009-06-09 16:10:31 +0000 |
| commit | eb9f7adbc9a4b7c69e0f75890a6812a99162081f (patch) | |
| tree | e0f2b9a5d372c3abc9eca5b2b19a694184b0f25a /src/dialogs/xml-tree.cpp | |
| parent | Zoom -> Scaling, also to avoid he need to add context splits in too many places (diff) | |
| download | inkscape-eb9f7adbc9a4b7c69e0f75890a6812a99162081f.tar.gz inkscape-eb9f7adbc9a4b7c69e0f75890a6812a99162081f.zip | |
Contextuals splits to differentiate nodes as XML elements from nodes as parts of a Bezier curve
(bzr r8033)
Diffstat (limited to 'src/dialogs/xml-tree.cpp')
| -rw-r--r-- | src/dialogs/xml-tree.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/xml-tree.cpp b/src/dialogs/xml-tree.cpp index cf3599517..c8644fef9 100644 --- a/src/dialogs/xml-tree.cpp +++ b/src/dialogs/xml-tree.cpp @@ -344,7 +344,7 @@ void sp_xml_tree_dialog() gtk_toolbar_append_space(GTK_TOOLBAR(toolbar)); button = gtk_toolbar_append_item(GTK_TOOLBAR(toolbar), - NULL, _("Delete node"), NULL, + NULL, Q_("nodeAsInXMLdialogTooltip|Delete node"), NULL, sp_icon_new( Inkscape::ICON_SIZE_LARGE_TOOLBAR, INKSCAPE_ICON_XML_NODE_DELETE ), G_CALLBACK(cmd_delete_node), NULL ); @@ -1423,7 +1423,7 @@ void cmd_delete_node(GtkObject */*object*/, gpointer /*data*/) sp_repr_unparent(selected_repr); sp_document_done(current_document, SP_VERB_DIALOG_XML_EDITOR, - _("Delete node")); + Q_("nodeAsInXMLinHistoryDialog|Delete node")); } |
