summaryrefslogtreecommitdiffstats
path: root/src/ui/widget
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2007-07-04 19:07:46 +0000
committermental <mental@users.sourceforge.net>2007-07-04 19:07:46 +0000
commit18f0f297f9af9ffd89e26de7391ab3ee246e72a8 (patch)
tree01afa6eb5e5991684c2b9760cd6eddba53c9d568 /src/ui/widget
parentTwo variants of resizing 3D boxes (using three/four handles, respectively, de... (diff)
downloadinkscape-18f0f297f9af9ffd89e26de7391ab3ee246e72a8.tar.gz
inkscape-18f0f297f9af9ffd89e26de7391ab3ee246e72a8.zip
First stab at a connection UI from Nick
(bzr r3185)
Diffstat (limited to 'src/ui/widget')
-rw-r--r--src/ui/widget/filter-effect-chooser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget/filter-effect-chooser.cpp b/src/ui/widget/filter-effect-chooser.cpp
index 06a6e833e..1303d6393 100644
--- a/src/ui/widget/filter-effect-chooser.cpp
+++ b/src/ui/widget/filter-effect-chooser.cpp
@@ -235,6 +235,7 @@ const EnumData<NR::FilterPrimitiveType> FPData[NR::NR_FILTER_ENDPRIMITIVETYPE] =
{NR::NR_FILTER_TURBULENCE, _("Turbulence"), "svg:feTurbulence"}
};
const Converter<NR::FilterPrimitiveType> FPConverter(FPData, NR::NR_FILTER_ENDPRIMITIVETYPE);
+
const EnumData<NR::FilterBlendMode> BlendModeData[NR::BLEND_ENDMODE] = {
{NR::BLEND_NORMAL, _("Normal"), "normal"},
{NR::BLEND_MULTIPLY, _("Multiply"), "multiply"},