diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-06-11 23:06:16 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-06-11 23:06:16 +0000 |
| commit | d2496367dae8d31e708a13914d6e187b72812bdb (patch) | |
| tree | 4c6693e63c8c77d0cb7b840294b13b8155518b32 /src/extension/param/parameter.cpp | |
| parent | Fix the bug deleting satellites (diff) | |
| parent | Extensions: Use underscored variants of parameters / attribute names in inter... (diff) | |
| download | inkscape-d2496367dae8d31e708a13914d6e187b72812bdb.tar.gz inkscape-d2496367dae8d31e708a13914d6e187b72812bdb.zip | |
update to trunk
(bzr r13645.1.149)
Diffstat (limited to 'src/extension/param/parameter.cpp')
| -rw-r--r-- | src/extension/param/parameter.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/extension/param/parameter.cpp b/src/extension/param/parameter.cpp index 27d9bdf9b..e4a614667 100644 --- a/src/extension/param/parameter.cpp +++ b/src/extension/param/parameter.cpp @@ -20,7 +20,6 @@ #endif #include <cstring> -#include <glibmm/i18n.h> #include "ui/widget/color-notebook.h" #include <xml/node.h> @@ -41,6 +40,8 @@ #include "radiobutton.h" #include "string.h" +#include <glibmm/i18n.h> + namespace Inkscape { namespace Extension { |
