diff options
| author | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-07-02 15:37:42 +0000 |
|---|---|---|
| committer | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-07-02 15:37:42 +0000 |
| commit | fdb68963cec5ddbd3eef111f4c95b7e049aa839c (patch) | |
| tree | 60c0d23f4f777ba5f5b030a80313b5c24beb265f /src/ui | |
| parent | Coding style fixes (diff) | |
| download | inkscape-fdb68963cec5ddbd3eef111f4c95b7e049aa839c.tar.gz inkscape-fdb68963cec5ddbd3eef111f4c95b7e049aa839c.zip | |
Adding NewFromTemplate to the Inkscape menu
(bzr r12379.2.5)
Diffstat (limited to '')
| -rw-r--r-- | src/ui/dialog/Makefile_insert | 6 | ||||
| -rw-r--r-- | src/ui/dialog/new-from-template.cpp (renamed from src/templates/new-from-template.cpp) | 0 | ||||
| -rw-r--r-- | src/ui/dialog/new-from-template.h (renamed from src/templates/new-from-template.h) | 0 | ||||
| -rw-r--r-- | src/ui/dialog/static-template-load-tab.cpp (renamed from src/templates/static-template-load-tab.cpp) | 0 | ||||
| -rw-r--r-- | src/ui/dialog/static-template-load-tab.h (renamed from src/templates/static-template-load-tab.h) | 0 | ||||
| -rw-r--r-- | src/ui/dialog/template-load-tab.cpp (renamed from src/templates/template-load-tab.cpp) | 0 | ||||
| -rw-r--r-- | src/ui/dialog/template-load-tab.h (renamed from src/templates/template-load-tab.h) | 0 |
7 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/dialog/Makefile_insert b/src/ui/dialog/Makefile_insert index 580b47522..4a34cc71c 100644 --- a/src/ui/dialog/Makefile_insert +++ b/src/ui/dialog/Makefile_insert @@ -70,6 +70,8 @@ ink_common_sources += \ ui/dialog/memory.h \ ui/dialog/messages.cpp \ ui/dialog/messages.h \ + ui/dialog/new-from-template.cpp \ + ui/dialog/new-from-template.h \ ui/dialog/ocaldialogs.cpp \ ui/dialog/ocaldialogs.h \ ui/dialog/object-attributes.cpp \ @@ -85,12 +87,16 @@ ink_common_sources += \ ui/dialog/scriptdialog.h \ ui/dialog/spellcheck.cpp \ ui/dialog/spellcheck.h \ + ui/dialog/static-template-load-tab.cpp \ + ui/dialog/static-template-load-tab.h \ ui/dialog/svg-fonts-dialog.cpp \ ui/dialog/svg-fonts-dialog.h \ ui/dialog/swatches.cpp \ ui/dialog/swatches.h \ ui/dialog/symbols.cpp \ ui/dialog/symbols.h \ + ui/dialog/template-load-tab.cpp \ + ui/dialog/template-load-tab.h \ ui/dialog/text-edit.cpp \ ui/dialog/text-edit.h \ ui/dialog/tile.cpp \ diff --git a/src/templates/new-from-template.cpp b/src/ui/dialog/new-from-template.cpp index fc590d199..fc590d199 100644 --- a/src/templates/new-from-template.cpp +++ b/src/ui/dialog/new-from-template.cpp diff --git a/src/templates/new-from-template.h b/src/ui/dialog/new-from-template.h index ef3cbce18..ef3cbce18 100644 --- a/src/templates/new-from-template.h +++ b/src/ui/dialog/new-from-template.h diff --git a/src/templates/static-template-load-tab.cpp b/src/ui/dialog/static-template-load-tab.cpp index 83ff32e52..83ff32e52 100644 --- a/src/templates/static-template-load-tab.cpp +++ b/src/ui/dialog/static-template-load-tab.cpp diff --git a/src/templates/static-template-load-tab.h b/src/ui/dialog/static-template-load-tab.h index 651f146a0..651f146a0 100644 --- a/src/templates/static-template-load-tab.h +++ b/src/ui/dialog/static-template-load-tab.h diff --git a/src/templates/template-load-tab.cpp b/src/ui/dialog/template-load-tab.cpp index a7b5e63f3..a7b5e63f3 100644 --- a/src/templates/template-load-tab.cpp +++ b/src/ui/dialog/template-load-tab.cpp diff --git a/src/templates/template-load-tab.h b/src/ui/dialog/template-load-tab.h index a9fa7c313..a9fa7c313 100644 --- a/src/templates/template-load-tab.h +++ b/src/ui/dialog/template-load-tab.h |
