summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-07-03 18:38:27 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-07-03 18:38:27 +0000
commit91ec7fdec97678b9b403f5e6a823bb2062c43a41 (patch)
tree260db20d7e9b4aeef731058007d04b8222a82f73 /src/widgets
parentMake 3D axes correspond to places in binary representation (allows for more g... (diff)
downloadinkscape-91ec7fdec97678b9b403f5e6a823bb2062c43a41.tar.gz
inkscape-91ec7fdec97678b9b403f5e6a823bb2062c43a41.zip
More meaningful name for 3D axis directions
(bzr r3169)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index aa5165d15..741f4aaca 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -2107,7 +2107,7 @@ static void sp_rect_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions
static void sp_3dbox_toggle_vp_changed( GtkToggleAction *act, gpointer data )
{
guint dir = GPOINTER_TO_UINT(data);
- Box3D::PerspDir axis;// = (Box3D::PerspDir) data;
+ Box3D::Axis axis;// = (Box3D::Axis) data;
GString *pstring;
switch (dir) {