summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleo2000-09-25 02:23:17 +0000
committerleo2000-09-25 02:23:17 +0000
commit2925baa9045bfd1853ea4313ce7ba38a73704009 (patch)
treedb1456fdb1f3295951c3088c44b196970d450a68
parent6fc2592e88ef2892024450b182ce4d09cb916946 (diff)
Fix toolbar buttons bug
git-svn-id: http://svn.leocad.org/trunk@143 c7d43263-9d01-0410-8a33-9dba5d9f93d6
-rw-r--r--common/typedefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/typedefs.h b/common/typedefs.h
index fea9198..2cc007c 100644
--- a/common/typedefs.h
+++ b/common/typedefs.h
@@ -90,7 +90,6 @@ typedef enum {
LC_ACTION_LIGHT,
LC_ACTION_SPOTLIGHT,
LC_ACTION_CAMERA,
- LC_ACTION_CURVE,
LC_ACTION_MOVE,
LC_ACTION_ROTATE,
LC_ACTION_ERASER,
@@ -99,7 +98,8 @@ typedef enum {
LC_ACTION_ZOOM_REGION,
LC_ACTION_PAN,
LC_ACTION_ROTATE_VIEW,
- LC_ACTION_ROLL
+ LC_ACTION_ROLL,
+ LC_ACTION_CURVE
} LC_ACTIONS;
// Piece connections (complicated and wastes memory but fast).