diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-08-30 00:22:17 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-08-30 00:22:17 +0000 |
| commit | a51385827276535559541fb2e4c5145876a7d08a (patch) | |
| tree | 34ed06d096b1bb02a3b7736c70e7d582346b0e35 /src/file.h | |
| parent | Fix for 980520 : Conflicting accelerator keys (diff) | |
| download | inkscape-a51385827276535559541fb2e4c5145876a7d08a.tar.gz inkscape-a51385827276535559541fb2e4c5145876a7d08a.zip | |
Fix for 170550 : open blank document on 'close'
(bzr r11632)
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file.h b/src/file.h index 4d28e57d8..6ef60469a 100644 --- a/src/file.h +++ b/src/file.h @@ -28,6 +28,8 @@ namespace Inkscape { } } +// Get the name of the default template uri +Glib::ustring sp_file_default_template_uri(); /*###################### ## N E W |
