From 78185938095d42a627407edaa2a41ab663c82b4a Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sun, 28 Jul 2019 02:26:21 +0200 Subject: Fix coding style --- src/verbs.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/verbs.cpp') 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")), -- cgit v1.2.3