diff options
| author | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-07-03 11:35:06 +0000 |
|---|---|---|
| committer | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-07-03 11:35:06 +0000 |
| commit | ec3d3965f0aa7444d42fc8765abbc9c3ed0916ce (patch) | |
| tree | 2343cccb3cec58a0dc71138b844cb55d0895e7d6 /src/ui/dialog/static-template-load-tab.cpp | |
| parent | Adding NewFromTemplate to the Inkscape menu (diff) | |
| download | inkscape-ec3d3965f0aa7444d42fc8765abbc9c3ed0916ce.tar.gz inkscape-ec3d3965f0aa7444d42fc8765abbc9c3ed0916ce.zip | |
Templates menu item fixed
(bzr r12379.2.6)
Diffstat (limited to 'src/ui/dialog/static-template-load-tab.cpp')
| -rw-r--r-- | src/ui/dialog/static-template-load-tab.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/dialog/static-template-load-tab.cpp b/src/ui/dialog/static-template-load-tab.cpp index 83ff32e52..94298bf1d 100644 --- a/src/ui/dialog/static-template-load-tab.cpp +++ b/src/ui/dialog/static-template-load-tab.cpp @@ -1,9 +1,10 @@ +#include "static-template-load-tab.h" + #include <gtkmm/alignment.h> #include <gtkmm/button.h> #include <gtkmm/label.h> #include <iostream> -#include "static-template-load-tab.h" namespace Inkscape { namespace UI { |
