diff options
| author | MenTaLguY <mental@rydia.net> | 2007-07-04 19:07:46 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-07-04 19:07:46 +0000 |
| commit | 18f0f297f9af9ffd89e26de7391ab3ee246e72a8 (patch) | |
| tree | 01afa6eb5e5991684c2b9760cd6eddba53c9d568 /src/ui/widget | |
| parent | Two variants of resizing 3D boxes (using three/four handles, respectively, de... (diff) | |
| download | inkscape-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.cpp | 1 |
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"}, |
