diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2006-11-24 21:17:33 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2006-11-24 21:17:33 +0000 |
| commit | 33db5c037b8f71858e03f585af059982178c8c86 (patch) | |
| tree | 05c5de14eee55b91f2592520bc2313d8752dc87b /src/extension/Makefile_insert | |
| parent | Add "strip" to <link> so you can do it if linking is successful (diff) | |
| download | inkscape-33db5c037b8f71858e03f585af059982178c8c86.tar.gz inkscape-33db5c037b8f71858e03f585af059982178c8c86.zip | |
NEW: radiobuttons for extensions. See radiobutton_example.inx how to use them (they are very similar to enums)
(bzr r2031)
Diffstat (limited to 'src/extension/Makefile_insert')
| -rw-r--r-- | src/extension/Makefile_insert | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extension/Makefile_insert b/src/extension/Makefile_insert index 9540d863d..1eaa7ce5d 100644 --- a/src/extension/Makefile_insert +++ b/src/extension/Makefile_insert @@ -23,6 +23,8 @@ extension_libextension_a_SOURCES = \ extension/paramnotebook.cpp \ extension/paramenum.h \ extension/paramenum.cpp \ + extension/paramradiobutton.h \ + extension/paramradiobutton.cpp \ extension/prefdialog.cpp \ extension/prefdialog.h \ extension/system.cpp \ |
