diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2006-12-07 04:41:04 +0000 |
|---|---|---|
| committer | bryce <bryce@users.sourceforge.net> | 2006-12-07 04:41:04 +0000 |
| commit | 429ffadb6856d4af7e385fe45fcb4c066978998f (patch) | |
| tree | 4164774ab041d2b9837e07493a5e8995b187a0db /src/marker.cpp | |
| parent | Completing rename (diff) | |
| download | inkscape-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.cpp | 4 |
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 */ |
