diff options
| author | Jon Phillips <jon@fabricatorz.com> | 2006-08-22 08:01:11 +0000 |
|---|---|---|
| committer | kidproto <kidproto@users.sourceforge.net> | 2006-08-22 08:01:11 +0000 |
| commit | e776d44fd7a3035665e622f71a135c1f275b3708 (patch) | |
| tree | 27de3f9fbc77d2cc73c87deb98aed2d9bb2f398a /src/file.h | |
| parent | I renamed the adobe-illustrator-cs2.xml and macromedia-freehand-mx.xml to better (diff) | |
| download | inkscape-e776d44fd7a3035665e622f71a135c1f275b3708.tar.gz inkscape-e776d44fd7a3035665e622f71a135c1f275b3708.zip | |
Committed a great patch which adds a Save A Copy menu function. This is the first gloss of this patch...I will add more stuff to it shortly...
(bzr r1628)
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/file.h b/src/file.h index f86dc5a21..4e128f161 100644 --- a/src/file.h +++ b/src/file.h @@ -90,13 +90,20 @@ bool sp_file_save (gpointer object, gpointer data); bool sp_file_save_as (gpointer object, gpointer data); /** + * Saves a copy of the given document. Displays a file select dialog + * to choose a name for the copy. + */ +bool sp_file_save_a_copy (gpointer object, gpointer data); + + +/** * Saves the given document. Displays a file select dialog * if needed. */ bool sp_file_save_document (SPDocument *document); /* Do the saveas dialog with a document as the parameter */ -bool sp_file_save_dialog (SPDocument *doc); +bool sp_file_save_dialog (SPDocument *doc, bool bAsCopy = FALSE); /*###################### |
