Code

do not embed transform if it's not translation and the object has a filter
[inkscape.git] / src / verbs.h
index fa232280b6b3ce914fa1e1534299fdf77d6db8c6..2055ac2eee82ae84e0b4fefbf7f302621c599d28 100644 (file)
@@ -9,6 +9,9 @@
  *   Ted Gould <ted@gould.cx>
  *   David Yip <yipdw@rose-hulman.edu>
  *
+ *  Copyright (C) 2006 Johan Engelen <johan@shouraizou.nl>
+ *  Copyright (C) (date unspecified) Authors
  * This code is in public domain if done by Lauris
  * This code is GPL if done by Ted or David
  */
@@ -31,6 +34,7 @@ enum {
     SP_VERB_FILE_REVERT,           /**< Revert this file to its original state. */
     SP_VERB_FILE_SAVE,             /**< Save the current file with its saved filename */
     SP_VERB_FILE_SAVE_AS,          /**< Save the current file with a new filename */
+    SP_VERB_FILE_SAVE_A_COPY,      /**< Save a copy of the current file */ 
     SP_VERB_FILE_PRINT,
     SP_VERB_FILE_VACUUM,
     SP_VERB_FILE_PRINT_DIRECT,