~danieljabailey/inkscape/arc_node_editor

« back to all changes in this revision

Viewing changes to src/live_effects/effect.cpp

  • Committer: tavmjong-free
  • Date: 2016-05-08 07:44:05 UTC
  • mfrom: (14873.1.1 gtk3)
  • Revision ID: tavmjong@free.fr-20160508074405-rm6tiapoq1ugamph
Start of GTK3 external style sheet support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
    {EXTRUDE,               N_("Extrude"),                 "extrude"},
105
105
    {LATTICE,               N_("Lattice Deformation"),     "lattice"},
106
106
    {LINE_SEGMENT,          N_("Line Segment"),            "line_segment"},
 
107
    {MIRROR_SYMMETRY,       N_("Mirror symmetry"),         "mirror_symmetry"},
107
108
    {OFFSET,                N_("Offset"),                  "offset"},
108
109
    {PARALLEL,              N_("Parallel"),                "parallel"},
109
110
    {PATH_LENGTH,           N_("Path length"),             "path_length"},
112
113
    {RECURSIVE_SKELETON,    N_("Recursive skeleton"),      "recursive_skeleton"},
113
114
    {TANGENT_TO_CURVE,      N_("Tangent to curve"),        "tangent_to_curve"},
114
115
    {TEXT_LABEL,            N_("Text label"),              "text_label"},
115
 
    {FILLET_CHAMFER,        N_("Fillet/Chamfer"),          "fillet-chamfer"},
116
116
#endif
117
117
/* 0.46 */
118
118
    {BEND_PATH,             N_("Bend"),                    "bend_path"},
136
136
    {SIMPLIFY,              N_("Simplify"),                "simplify"},
137
137
    {LATTICE2,              N_("Lattice Deformation 2"),   "lattice2"},
138
138
    {PERSPECTIVE_ENVELOPE,  N_("Perspective/Envelope"),    "perspective-envelope"},
 
139
    {FILLET_CHAMFER,        N_("Fillet/Chamfer"),          "fillet-chamfer"},
139
140
    {INTERPOLATE_POINTS,    N_("Interpolate points"),      "interpolate_points"},
140
141
    {TRANSFORM_2PTS,        N_("Transform by 2 points"),   "transform_2pts"},
141
142
    {SHOW_HANDLES,          N_("Show handles"),            "show_handles"},
143
144
    {BSPLINE,               N_("BSpline"),                 "bspline"},
144
145
    {JOIN_TYPE,             N_("Join type"),               "join_type"},
145
146
    {TAPER_STROKE,          N_("Taper stroke"),            "taper_stroke"},
146
 
    {MIRROR_SYMMETRY,       N_("Mirror symmetry"),         "mirror_symmetry"},
147
147
    {COPY_ROTATE,           N_("Rotate copies"),           "copy_rotate"},
148
148
/* Ponyscape -> Inkscape 0.92*/
149
149
    {ATTACH_PATH,           N_("Attach path"),             "attach_path"},