summaryrefslogtreecommitdiffstats
path: root/src/verbs.h
diff options
context:
space:
mode:
authorBruno Dilly <bruno.dilly@gmail.com>2007-08-08 05:47:10 +0000
committerbdilly <bdilly@users.sourceforge.net>2007-08-08 05:47:10 +0000
commitb731e2b6d697648fc74a9a66eb66586870279e91 (patch)
treecdc7d1b2f260098a377c0ffc3b118032133fdd88 /src/verbs.h
parentFilter effects dialog: (diff)
downloadinkscape-b731e2b6d697648fc74a9a66eb66586870279e91.tar.gz
inkscape-b731e2b6d697648fc74a9a66eb66586870279e91.zip
export to ocal bug fix
(bzr r3418)
Diffstat (limited to 'src/verbs.h')
-rw-r--r--src/verbs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/verbs.h b/src/verbs.h
index b86a84ee5..ec21ac068 100644
--- a/src/verbs.h
+++ b/src/verbs.h
@@ -41,7 +41,8 @@ enum {
SP_VERB_FILE_PRINT_PREVIEW,
SP_VERB_FILE_IMPORT,
SP_VERB_FILE_EXPORT,
- SP_VERB_FILE_EXPORT_TO_OCAL, /**< Export the file to Open ClipArt Library */
+ SP_VERB_FILE_IMPORT_FROM_OCAL, /**< Import the file from Open Clip Art Library */
+ SP_VERB_FILE_EXPORT_TO_OCAL, /**< Export the file to Open Clip Art Library */
SP_VERB_FILE_NEXT_DESKTOP,
SP_VERB_FILE_PREV_DESKTOP,
SP_VERB_FILE_CLOSE_VIEW,