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 /src | |
| 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
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/svg-preview.h | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
