summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/xml-tree.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marcjeanmougin@free.fr>2017-12-04 10:44:09 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2017-12-04 10:44:09 +0000
commit4f1e34b47adaf4491bc56e0700235615904a1b1b (patch)
treea84c0669ca92128484f6314aebb16792996aeb96 /src/ui/dialog/xml-tree.cpp
parentAdd canvas flipping/rotation reset to the menu, improve strings (diff)
parentMisc. typos (diff)
downloadinkscape-4f1e34b47adaf4491bc56e0700235615904a1b1b.tar.gz
inkscape-4f1e34b47adaf4491bc56e0700235615904a1b1b.zip
Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape
Diffstat (limited to 'src/ui/dialog/xml-tree.cpp')
-rw-r--r--src/ui/dialog/xml-tree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/xml-tree.cpp b/src/ui/dialog/xml-tree.cpp
index 5747c7726..6429e655d 100644
--- a/src/ui/dialog/xml-tree.cpp
+++ b/src/ui/dialog/xml-tree.cpp
@@ -447,7 +447,7 @@ void XmlTree::set_tree_select(Inkscape::XML::Node *repr)
gtk_tree_selection_select_iter(selection, &node);
} else {
- g_message("XmlTree::set_tree_select : Couldnt find repr node");
+ g_message("XmlTree::set_tree_select : Couldn't find repr node");
}
} else {
GtkTreeSelection *selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(tree));