summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-07-28 00:26:21 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-07-28 08:55:03 +0000
commit78185938095d42a627407edaa2a41ab663c82b4a (patch)
tree3fac313c709339b15ab1d53360bd05d3f3cf1846 /src/verbs.cpp
parentFix some issues with inverse coordinates pointed by Maren (diff)
downloadinkscape-78185938095d42a627407edaa2a41ab663c82b4a.tar.gz
inkscape-78185938095d42a627407edaa2a41ab663c82b4a.zip
Fix coding style
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index e88a9ab9f..67e0ba69c 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -3060,8 +3060,7 @@ Verb *Verb::_base_verbs[] = {
new ZoomVerb(SP_VERB_VIEW_TOGGLE_SPLIT, "ViewSplitModeToggle", N_("_Split View Mode"),
N_("Split canvas in 2 to show outline"), nullptr),
- new ZoomVerb(SP_VERB_VIEW_TOGGLE_XRAY, "ViewXRayToggle", N_("_XRay Mode"), N_("XRay around cursor"),
- nullptr),
+ new ZoomVerb(SP_VERB_VIEW_TOGGLE_XRAY, "ViewXRayToggle", N_("_XRay Mode"), N_("XRay around cursor"), nullptr),
new ZoomVerb(SP_VERB_VIEW_CMS_TOGGLE, "ViewCmsToggle", N_("Color-Managed View"),
N_("Toggle color-managed display for this document window"), INKSCAPE_ICON("color-management")),