summaryrefslogtreecommitdiffstats
path: root/src/marker.cpp
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2006-12-07 04:41:04 +0000
committerbryce <bryce@users.sourceforge.net>2006-12-07 04:41:04 +0000
commit429ffadb6856d4af7e385fe45fcb4c066978998f (patch)
tree4164774ab041d2b9837e07493a5e8995b187a0db /src/marker.cpp
parentCompleting rename (diff)
downloadinkscape-429ffadb6856d4af7e385fe45fcb4c066978998f.tar.gz
inkscape-429ffadb6856d4af7e385fe45fcb4c066978998f.zip
Marker menus now display custom markers in a document that are present
when the document is loaded. The menus won't update with new markers, though, and there's a couple other issues that need to be addressed before its 100% reliable. (bzr r2080)
Diffstat (limited to 'src/marker.cpp')
-rw-r--r--src/marker.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/marker.cpp b/src/marker.cpp
index 68b630920..65ed3789f 100644
--- a/src/marker.cpp
+++ b/src/marker.cpp
@@ -1,12 +1,14 @@
-#define __SP_MARKER_C__
+#define __MARKER_C__
/*
* SVG <marker> implementation
*
* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
+ * Bryce Harrington <bryce@bryceharrington.org>
*
* Copyright (C) 1999-2003 Lauris Kaplinski
+ * 2004-2006 Bryce Harrington
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/