summaryrefslogtreecommitdiffstats
path: root/src/box3d-context.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-10-02 15:24:27 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-10-02 15:24:27 +0000
commitd65cc198d8402bfd8e78f793ae7805a468384a4e (patch)
tree1c209b3953605210148a8913ce4b7cc5b7962cbd /src/box3d-context.cpp
parententire box must not take current color, but sides must (diff)
downloadinkscape-d65cc198d8402bfd8e78f793ae7805a468384a4e.tar.gz
inkscape-d65cc198d8402bfd8e78f793ae7805a468384a4e.zip
3dbox cursor
(bzr r3825)
Diffstat (limited to 'src/box3d-context.cpp')
-rw-r--r--src/box3d-context.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp
index cb6dd1d0b..db1eef311 100644
--- a/src/box3d-context.cpp
+++ b/src/box3d-context.cpp
@@ -29,7 +29,7 @@
#include "display/curve.h"
#include "desktop.h"
#include "message-context.h"
-#include "pixmaps/cursor-rect.xpm"
+#include "pixmaps/cursor-3dbox.xpm"
#include "box3d.h"
#include "box3d-context.h"
#include "sp-metrics.h"
@@ -94,7 +94,7 @@ static void sp_3dbox_context_init(SP3DBoxContext *box3d_context)
{
SPEventContext *event_context = SP_EVENT_CONTEXT(box3d_context);
- event_context->cursor_shape = cursor_rect_xpm;
+ event_context->cursor_shape = cursor_3dbox_xpm;
event_context->hot_x = 4;
event_context->hot_y = 4;
event_context->xp = 0;