snap menu order change, as suggested by Theeth, fix for own error with Window.TestBreak()

This commit is contained in:
2008-03-07 09:33:18 +00:00
parent 7292fa5ca6
commit f13dc2aac1
2 changed files with 2 additions and 2 deletions

View File

@@ -1828,7 +1828,7 @@ void snapmenu()
{
short event;
event = pupmenu("Snap %t|Selection -> Grid%x1|Selection -> Cursor%x2|Cursor -> Grid%x3|Cursor -> Selection%x4|Selection -> Center%x5|Cursor -> Active%x6");
event = pupmenu("Snap %t|Selection -> Grid%x1|Selection -> Cursor%x2|Selection -> Center%x5|%l|Cursor -> Selection%x4|Cursor -> Grid%x3|Cursor -> Active%x6");
switch (event) {
case 1: /*Selection to grid*/