diff options
| author | Christophe Lebras <christophe.lebras@gmail.com> | 2017-07-02 13:29:50 +0000 |
|---|---|---|
| committer | Christophe Lebras <christophe.lebras@gmail.com> | 2017-07-02 13:29:50 +0000 |
| commit | 39b41c925b4be0944724a5a9332a9a6d80faf86d (patch) | |
| tree | f143971e43390d0237db7f0e1c1fbd3302aba832 /src/ui | |
| parent | Manage template informations (diff) | |
| download | inkscape-39b41c925b4be0944724a5a9332a9a6d80faf86d.tar.gz inkscape-39b41c925b4be0944724a5a9332a9a6d80faf86d.zip | |
Skip empty template information
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/save-template-dialog.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/dialog/save-template-dialog.cpp b/src/ui/dialog/save-template-dialog.cpp index cf37feb3b..5b7540039 100644 --- a/src/ui/dialog/save-template-dialog.cpp +++ b/src/ui/dialog/save-template-dialog.cpp @@ -13,10 +13,6 @@ namespace Inkscape { namespace UI { namespace Dialog { -//TODO: Tooltips -//TODO: Sanitize filename -//TODO: Check empty fields - SaveTemplate::SaveTemplate() : Gtk::Dialog(_("Save Document as Template")), name_label(_("Name: "), Gtk::ALIGN_START), |
