X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fgradient-context.cpp;h=f97bd93c821e81f26dce66a00a65d6099fd8ce19;hb=28a38cc6b34b86f6e970a6b009cbe4aaa0cef749;hp=bf1281f82a43b56e11ddeab1fee96d47359049cb;hpb=4ec52515516e3a6bf2fbc3ed01a7e179bde16d20;p=inkscape.git diff --git a/src/gradient-context.cpp b/src/gradient-context.cpp index bf1281f82..f97bd93c8 100644 --- a/src/gradient-context.cpp +++ b/src/gradient-context.cpp @@ -26,7 +26,6 @@ #include "message-context.h" #include "message-stack.h" #include "pixmaps/cursor-gradient.xpm" -#include "pixmaps/cursor-gradient.pixbuf" #include "gradient-context.h" #include #include "prefs-utils.h" @@ -85,11 +84,6 @@ static void sp_gradient_context_init(SPGradientContext *gr_context) SPEventContext *event_context = SP_EVENT_CONTEXT(gr_context); event_context->cursor_shape = cursor_gradient_xpm; - event_context->cursor_pixbuf = gdk_pixbuf_new_from_inline( - -1, - cursor_gradient_pixbuf, - FALSE, - NULL); event_context->hot_x = 4; event_context->hot_y = 4; event_context->xp = 0; @@ -161,7 +155,7 @@ static gint sp_gradient_context_root_handler(SPEventContext *event_context, GdkE } sp_document_done (sp_desktop_document (desktop), SP_VERB_CONTEXT_GRADIENT, - /* TODO: annotate */ "gradient-context.cpp:164"); + _("Create default gradient")); ret = TRUE; } @@ -367,7 +361,7 @@ static gint sp_gradient_context_root_handler(SPEventContext *event_context, GdkE } // we did an undoable action sp_document_done (sp_desktop_document (desktop), SP_VERB_CONTEXT_GRADIENT, - /* TODO: annotate */ "gradient-context.cpp:370"); + _("Invert gradient")); ret = TRUE; } break;