From 91ec7fdec97678b9b403f5e6a823bb2062c43a41 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Tue, 3 Jul 2007 18:38:27 +0000 Subject: More meaningful name for 3D axis directions (bzr r3169) --- src/widgets/toolbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/toolbox.cpp') 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) { -- cgit v1.2.3