diff options
| -rw-r--r-- | po/POTFILES.in | 3 | ||||
| -rw-r--r-- | src/ui/dialog/svg-preview.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index c3bf390dc..f8670010e 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,6 @@ # List of source files containing translatable strings. # Please keep this file sorted alphabetically. -# Generated by ./generate_POTFILES.sh at Sun Feb 17 01:13:32 CET 2019 +# Generated by ./generate_POTFILES.sh at Wed Feb 20 02:42:41 CET 2019 [encoding: UTF-8] org.inkscape.Inkscape.appdata.xml.in org.inkscape.Inkscape.desktop.in @@ -270,6 +270,7 @@ src/ui/dialog/save-template-dialog.cpp src/ui/dialog/spellcheck.cpp src/ui/dialog/styledialog.cpp src/ui/dialog/svg-fonts-dialog.cpp +src/ui/dialog/svg-preview.cpp src/ui/dialog/swatches.cpp src/ui/dialog/symbols.cpp src/ui/dialog/tags.cpp diff --git a/src/ui/dialog/svg-preview.h b/src/ui/dialog/svg-preview.h index d70bdd7b2..8263e1529 100644 --- a/src/ui/dialog/svg-preview.h +++ b/src/ui/dialog/svg-preview.h @@ -16,7 +16,7 @@ */ #ifndef __SVG_PREVIEW_H__ -#define __SVG_PREIVEW_H__ +#define __SVG_PREVIEW_H__ //Gtk includes #include <gtkmm.h> |
