summaryrefslogtreecommitdiffstats
path: root/src/verbs.h
diff options
context:
space:
mode:
authorDenis Declara <declara91@gmail.com>2012-04-27 21:43:11 +0000
committerDenis Declara <declara91@gmail.com>2012-04-27 21:43:11 +0000
commit3b4367f104ffcb7e07664dc711b8a879d1122dec (patch)
tree408dbaa3938f745117e145bb2f0c1d368b59344b /src/verbs.h
parentTrunk merge (diff)
downloadinkscape-3b4367f104ffcb7e07664dc711b8a879d1122dec.tar.gz
inkscape-3b4367f104ffcb7e07664dc711b8a879d1122dec.zip
Code Refactoreing. Moved parts of the code from tile.cpp tile.h to arrangetab.h, gridarrangetab(.cpp|.h), polararrangetab(.cpp|.h)
Also modified the name of the verb used by the "Rows and Columns" dialog to SP_VERB_SELECTION_ARRANGE (bzr r11073.1.21)
Diffstat (limited to 'src/verbs.h')
-rw-r--r--src/verbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.h b/src/verbs.h
index 1a9efdb81..b666ec92b 100644
--- a/src/verbs.h
+++ b/src/verbs.h
@@ -130,7 +130,7 @@ enum {
SP_VERB_SELECTION_CREATE_BITMAP,
SP_VERB_SELECTION_COMBINE,
SP_VERB_SELECTION_BREAK_APART,
- SP_VERB_SELECTION_GRIDTILE,
+ SP_VERB_SELECTION_ARRANGE, // Former SP_VERB_SELECTION_GRIDTILE
/* Layer */
SP_VERB_LAYER_NEW,
SP_VERB_LAYER_RENAME,