diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2009-03-20 06:50:37 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2009-03-20 06:50:37 +0000 |
| commit | dde4ae2586249c04da8277135cc5ea35915474aa (patch) | |
| tree | 65fbf6a92a0358d192f0e99a1cee53434803f58c /src/widgets/Makefile_insert | |
| parent | change color of LPE helperpaths in nodetool (diff) | |
| download | inkscape-dde4ae2586249c04da8277135cc5ea35915474aa.tar.gz inkscape-dde4ae2586249c04da8277135cc5ea35915474aa.zip | |
Renamed ColorDef to PaintDef to prep for expanded functionality.
(bzr r7528)
Diffstat (limited to 'src/widgets/Makefile_insert')
| -rw-r--r-- | src/widgets/Makefile_insert | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/Makefile_insert b/src/widgets/Makefile_insert index 13f2b33eb..08b2433ea 100644 --- a/src/widgets/Makefile_insert +++ b/src/widgets/Makefile_insert @@ -7,10 +7,10 @@ ink_common_sources += \ widgets/dash-selector.h \ widgets/desktop-widget.cpp \ widgets/desktop-widget.h \ - widgets/eek-color-def.cpp \ - widgets/eek-color-def.h \ widgets/eek-preview.cpp \ widgets/eek-preview.h \ + widgets/ege-paint-def.cpp \ + widgets/ege-paint-def.h \ widgets/fill-style.cpp \ widgets/fill-style.h \ widgets/font-selector.cpp \ |
