summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-06-10 14:19:39 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-06-10 14:19:39 +0000
commit57831670d5acd7fa11e1f6fdfe189ba36639e323 (patch)
treed5969a3c0d4b0d6d22b6ff73ca1f491a443c1374 /src/verbs.cpp
parentMove from XMLDialog to another paned dialog (diff)
downloadinkscape-57831670d5acd7fa11e1f6fdfe189ba36639e323.tar.gz
inkscape-57831670d5acd7fa11e1f6fdfe189ba36639e323.zip
Fixing coding style
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 92d97aa8e..cf30f1dea 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -3107,8 +3107,9 @@ Verb *Verb::_base_verbs[] = {
INKSCAPE_ICON("dialog-text-and-font")),
new DialogVerb(SP_VERB_DIALOG_XML_EDITOR, "DialogXMLEditor", N_("_XML Editor..."),
N_("View and edit the XML tree of the document"), INKSCAPE_ICON("dialog-xml-editor")),
- new DialogVerb(SP_VERB_DIALOG_SELECTORS, "DialogSelectors", N_("_Selectors & CSS..."), N_("View and edit selections and CSS styles"), INKSCAPE_ICON("dialog-selectors")),
-
+ new DialogVerb(SP_VERB_DIALOG_SELECTORS, "DialogSelectors", N_("_Selectors & CSS..."),
+ N_("View and edit selections and CSS styles"), INKSCAPE_ICON("dialog-selectors")),
+
new DialogVerb(SP_VERB_DIALOG_FIND, "DialogFind", N_("_Find/Replace..."), N_("Find objects in document"),
INKSCAPE_ICON("edit-find")),
new DialogVerb(SP_VERB_DIALOG_SPELLCHECK, "DialogSpellcheck", N_("Check Spellin_g..."),