diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-07-29 18:00:46 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-07-29 18:00:46 +0000 |
| commit | ddfdfbcbbe112f2f23199c9b89916b6a8529dbf3 (patch) | |
| tree | 61be919e8ca3459694d5068f0cbd3332854ff4a3 /src/ui/widget/Makefile_insert | |
| parent | Martin sends another update :) (diff) | |
| download | inkscape-ddfdfbcbbe112f2f23199c9b89916b6a8529dbf3.tar.gz inkscape-ddfdfbcbbe112f2f23199c9b89916b6a8529dbf3.zip | |
New registered widget (text entry box).
(bzr r6461)
Diffstat (limited to 'src/ui/widget/Makefile_insert')
| -rw-r--r-- | src/ui/widget/Makefile_insert | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/widget/Makefile_insert b/src/ui/widget/Makefile_insert index ef68f6114..a1af8a161 100644 --- a/src/ui/widget/Makefile_insert +++ b/src/ui/widget/Makefile_insert @@ -77,6 +77,8 @@ ui_widget_libuiwidget_a_SOURCES = \ ui/widget/style-swatch.cpp \ ui/widget/svg-canvas.cpp \ ui/widget/svg-canvas.h \ + ui/widget/text.cpp \ + ui/widget/text.h \ ui/widget/tolerance-slider.cpp \ ui/widget/tolerance-slider.h \ ui/widget/toolbox.cpp \ |
