diff options
| author | Jon Phillips <jon@fabricatorz.com> | 2006-08-22 21:24:21 +0000 |
|---|---|---|
| committer | kidproto <kidproto@users.sourceforge.net> | 2006-08-22 21:24:21 +0000 |
| commit | a4cc625e3e8baed9c7c14f2c0ffa09144b6ed321 (patch) | |
| tree | 5f2251774ad19e497ceb49727cb1de51dc77eee4 /src/extension/output.h | |
| parent | I added a key configuration for this command, changed a variable name and add... (diff) | |
| download | inkscape-a4cc625e3e8baed9c7c14f2c0ffa09144b6ed321.tar.gz inkscape-a4cc625e3e8baed9c7c14f2c0ffa09144b6ed321.zip | |
I added Johan's badass patch for save a copy with the features I requested.
Now it all works quite well! Great!
(bzr r1630)
Diffstat (limited to 'src/extension/output.h')
| -rw-r--r-- | src/extension/output.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extension/output.h b/src/extension/output.h index 41bca6a7b..f6f16fb85 100644 --- a/src/extension/output.h +++ b/src/extension/output.h @@ -2,6 +2,7 @@ * Authors: * Ted Gould <ted@gould.cx> * + * Copyright (C) 2006 Johan Engelen <johan@shouraizou.nl> * Copyright (C) 2002-2004 Authors * * Released under GNU GPL, read the file 'COPYING' for more information @@ -41,6 +42,7 @@ public: gchar * get_extension(void); gchar * get_filetypename(void); gchar * get_filetypetooltip(void); + bool causes_dataloss(void) { return dataloss; }; }; } } /* namespace Inkscape, Extension */ |
