diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-02-20 01:43:58 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-02-20 01:44:21 +0000 |
| commit | f9aa10ec8ca73025ccf80c6c5e07f9c54af3546b (patch) | |
| tree | 962bc40e1a91ec17b6995bee2ff0042bbffadf4f | |
| parent | Fix incorrect string literal comparisons (diff) | |
| download | inkscape-f9aa10ec8ca73025ccf80c6c5e07f9c54af3546b.tar.gz inkscape-f9aa10ec8ca73025ccf80c6c5e07f9c54af3546b.zip | |
Fix typo in svg-preview.h and update POTFILES.in
| -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> |
