diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-07-27 09:49:54 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-07-27 09:49:54 +0000 |
| commit | 727140f98fd7b85a25b6b00d6016b18feff2aa34 (patch) | |
| tree | f647442455e3022294871bbd7098b859b7faa340 /src/live_effects/lpe-bool.cpp | |
| parent | Distribute/Move considers selection order (diff) | |
| parent | Remove some trailing whitespace. (diff) | |
| download | inkscape-727140f98fd7b85a25b6b00d6016b18feff2aa34.tar.gz inkscape-727140f98fd7b85a25b6b00d6016b18feff2aa34.zip | |
Merge branch 'lpe-strings' of https://gitlab.com/Moini/inkscape
Diffstat (limited to 'src/live_effects/lpe-bool.cpp')
| -rw-r--r-- | src/live_effects/lpe-bool.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/live_effects/lpe-bool.cpp b/src/live_effects/lpe-bool.cpp index cecc575fe..0f79c3b73 100644 --- a/src/live_effects/lpe-bool.cpp +++ b/src/live_effects/lpe-bool.cpp @@ -52,16 +52,16 @@ static const Util::EnumData<LPEBool::bool_op_ex> BoolOpData[LPEBool::bool_op_ex_ static const Util::EnumDataConverter<LPEBool::bool_op_ex> BoolOpConverter(BoolOpData, sizeof(BoolOpData) / sizeof(*BoolOpData)); static const Util::EnumData<fill_typ> FillTypeData[] = { - { fill_oddEven, N_("odd-even"), "oddeven" }, + { fill_oddEven, N_("even-odd"), "oddeven" }, { fill_nonZero, N_("non-zero"), "nonzero" }, { fill_positive, N_("positive"), "positive" }, - { fill_justDont, N_("from curve"), "from-curve" } + { fill_justDont, N_("take from object"), "from-curve" } }; static const Util::EnumDataConverter<fill_typ> FillTypeConverter(FillTypeData, sizeof(FillTypeData) / sizeof(*FillTypeData)); static const Util::EnumData<fill_typ> FillTypeDataThis[] = { - { fill_oddEven, N_("odd-even"), "oddeven" }, + { fill_oddEven, N_("even-odd"), "oddeven" }, { fill_nonZero, N_("non-zero"), "nonzero" }, { fill_positive, N_("positive"), "positive" } }; |
