diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-03-14 00:14:07 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-03-14 00:14:07 +0000 |
| commit | 1608cbf3b73238cf49937e668849c22c337a5c3a (patch) | |
| tree | 00cf3d1f70b543a30b630eac83411ce0a3d992f4 /src/widgets/Makefile_insert | |
| parent | Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. SPUnitSelector (diff) | |
| download | inkscape-1608cbf3b73238cf49937e668849c22c337a5c3a.tar.gz inkscape-1608cbf3b73238cf49937e668849c22c337a5c3a.zip | |
Fix for 943225 : Replace Gtk::OptionMenu with Gtk::ComboBox
(bzr r11083)
Diffstat (limited to 'src/widgets/Makefile_insert')
| -rw-r--r-- | src/widgets/Makefile_insert | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/Makefile_insert b/src/widgets/Makefile_insert index 86046b918..255767d43 100644 --- a/src/widgets/Makefile_insert +++ b/src/widgets/Makefile_insert @@ -62,6 +62,8 @@ ink_common_sources += \ widgets/sp-xmlview-content.h \ widgets/sp-xmlview-tree.cpp \ widgets/sp-xmlview-tree.h \ + widgets/stroke-marker-selector.cpp \ + widgets/stroke-marker-selector.h \ widgets/stroke-style.cpp \ widgets/stroke-style.h \ widgets/swatch-selector.cpp \ |
