diff options
| author | Aubanel Monnier <aubanel@gmail.com> | 2008-03-21 10:00:42 +0000 |
|---|---|---|
| committer | o__b <o__b@users.sourceforge.net> | 2008-03-21 10:00:42 +0000 |
| commit | e3deb7dd034f1bff2e02a5ec60f7ee7ac737087a (patch) | |
| tree | 8b50eed7f54216ead35a7cfa5fabb3bae5791874 /src/dialogs/Makefile_insert | |
| parent | Replace char buffer by std::string to prevent buffer overflow when computing ... (diff) | |
| download | inkscape-e3deb7dd034f1bff2e02a5ec60f7ee7ac737087a.tar.gz inkscape-e3deb7dd034f1bff2e02a5ec60f7ee7ac737087a.zip | |
Added dialog to name new calligraphic
profiles
(bzr r5142)
Diffstat (limited to 'src/dialogs/Makefile_insert')
| -rw-r--r-- | src/dialogs/Makefile_insert | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dialogs/Makefile_insert b/src/dialogs/Makefile_insert index 05a077ab5..64e46b470 100644 --- a/src/dialogs/Makefile_insert +++ b/src/dialogs/Makefile_insert @@ -63,8 +63,9 @@ dialogs_libspdialogs_a_SOURCES = \ dialogs/unclump.cpp \ dialogs/unclump.h \ dialogs/iconpreview.cpp \ - dialogs/iconpreview.h - + dialogs/iconpreview.h \ + dialogs/calligraphic-profile-rename.cpp \ + dialogs/calligraphic-profile-rename.cpp # dialogs/sp-widget.c \ # dialogs/sp-widget.h \ |
