X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdyna-draw-context.cpp;h=91079aaa4dd278a287fc7034a6b1a2d32a3a94c3;hb=a9a0b21abc8ca237bb6740528d6d3593b888b10a;hp=e4fac3293d38f724dca4c9bb35dc98b18ce79871;hpb=b1e6cb19b4711644ec5ff6f502c53f44b146704f;p=inkscape.git diff --git a/src/dyna-draw-context.cpp b/src/dyna-draw-context.cpp index e4fac3293..91079aaa4 100644 --- a/src/dyna-draw-context.cpp +++ b/src/dyna-draw-context.cpp @@ -27,6 +27,7 @@ #include #include +#include #include "svg/svg.h" #include "display/canvas-bpath.h" @@ -43,7 +44,6 @@ #include "desktop-style.h" #include "message-context.h" #include "pixmaps/cursor-calligraphy.xpm" -#include "pixmaps/cursor-calligraphy.pixbuf" #include "dyna-draw-context.h" #include "libnr/n-art-bpath.h" #include "libnr/nr-path.h" @@ -130,11 +130,6 @@ sp_dyna_draw_context_init(SPDynaDrawContext *ddc) SPEventContext *event_context = SP_EVENT_CONTEXT(ddc); event_context->cursor_shape = cursor_calligraphy_xpm; - event_context->cursor_pixbuf = gdk_pixbuf_new_from_inline( - -1, - cursor_calligraphy_pixbuf, - FALSE, - NULL); event_context->hot_x = 4; event_context->hot_y = 4; @@ -698,7 +693,7 @@ set_to_accumulated(SPDynaDrawContext *dc) } sp_document_done(sp_desktop_document(desktop), SP_VERB_CONTEXT_CALLIGRAPHIC, - /* TODO: annotate */ "dyna-draw-context.cpp:689"); + _("Create calligraphic stroke")); } static void