summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2010-04-28 16:51:38 +0000
committerJazzyNico <nicoduf@yahoo.fr>2010-04-28 16:51:38 +0000
commit40c3ef0c40d563a47f60bdb35d4f17beb847b7d7 (patch)
tree2d5c8400fe478272a560bdbecbda739ea132f8a6 /src/ui
parentFix wrong bbox upon selecting clones of horizontal/vertical lines (related to... (diff)
downloadinkscape-40c3ef0c40d563a47f60bdb35d4f17beb847b7d7.tar.gz
inkscape-40c3ef0c40d563a47f60bdb35d4f17beb847b7d7.zip
Unnecessary style selector removed from the Spray tool bar and preferences, and string disambiguation.
(bzr r9386)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index 9ff643e90..524558155 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -469,9 +469,8 @@ void InkscapePreferences::initPageTools()
AddSelcueCheckbox(_page_tweak, "/tools/tweak", true);
AddGradientCheckbox(_page_tweak, "/tools/tweak", false);
- //Spray
+ //Spray
this->AddPage(_page_spray, _("Spray"), iter_tools, PREFS_PAGE_TOOLS_SPRAY);
- this->AddNewObjectsStyle(_page_spray, "/tools/spray", _("Paint objects with:"));
AddSelcueCheckbox(_page_spray, "/tools/spray", true);
AddGradientCheckbox(_page_spray, "/tools/spray", false);