summaryrefslogtreecommitdiff
path: root/app/bin/cbezier.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/bin/cbezier.c')
-rw-r--r--app/bin/cbezier.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/bin/cbezier.c b/app/bin/cbezier.c
index 1e09e5d..f4ef6df 100644
--- a/app/bin/cbezier.c
+++ b/app/bin/cbezier.c
@@ -938,7 +938,7 @@ STATUS_T CmdBezModify (track_p trk, wAction_t action, coOrd pos, DIST_T trackG)
if (Da.state != PICK_POINT) { //Too early - abandon
InfoMessage(_("No changes made"));
Da.state = NONE;
- return C_CANCEL;
+ return C_CONTINUE;
}
UndoStart( _("Modify Bezier"), "newBezier - CR" );
UndoModify( trk );
@@ -1283,9 +1283,6 @@ STATUS_T CmdBezCurve( wAction_t action, coOrd pos )
}
-//#include "bitmaps/bezier-track.xpm"
-//#include "bitmaps/bezier-line.xpm"
-
EXPORT void InitCmdBezier( wMenu_p menu )
{