diff options
| author | Jabiertxof <jtx@jtx> | 2017-01-01 13:59:51 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-01-01 13:59:51 +0000 |
| commit | 6d4adfb2fce437335a6c5226624a24c44164974d (patch) | |
| tree | 087a8b83f59ca89a8ddd9d82b1da6749e7d4cef6 /src/widgets/mesh-toolbar.cpp | |
| parent | Update to trunk (diff) | |
| parent | Fix bug/add feature on #1653380 on rotate copies (diff) | |
| download | inkscape-6d4adfb2fce437335a6c5226624a24c44164974d.tar.gz inkscape-6d4adfb2fce437335a6c5226624a24c44164974d.zip | |
Update to trunk
(bzr r15295.1.40)
Diffstat (limited to 'src/widgets/mesh-toolbar.cpp')
| -rw-r--r-- | src/widgets/mesh-toolbar.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/widgets/mesh-toolbar.cpp b/src/widgets/mesh-toolbar.cpp index ea0faf1df..7a37376db 100644 --- a/src/widgets/mesh-toolbar.cpp +++ b/src/widgets/mesh-toolbar.cpp @@ -18,6 +18,8 @@ #include <config.h> #endif +#include <gtkmm.h> + // REVIEW THESE AT END OF REWRITE #include "ui/widget/color-preview.h" #include "toolbox.h" @@ -36,7 +38,6 @@ #include "document-undo.h" #include "desktop.h" -#include <gtkmm.h> #include <glibmm/i18n.h> #include "ui/tools/gradient-tool.h" @@ -538,6 +539,7 @@ void sp_mesh_toolbox_prep(SPDesktop * desktop, GtkActionGroup* mainActions, GObj gtk_list_store_append( model, &iter ); gtk_list_store_set( model, &iter, 0, _("Bicubic"), 1, SP_MESH_TYPE_BICUBIC, -1 ); + // TRANSLATORS: Type of Smoothing. See https://en.wikipedia.org/wiki/Coons_patch EgeSelectOneAction* act = ege_select_one_action_new( "MeshSmoothAction", _("Coons"), _("Coons: no smoothing. Bicubic: smoothing across patch boundaries."), NULL, GTK_TREE_MODEL(model) ); |
