summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorleo2006-02-23 18:22:27 +0000
committerleo2006-02-23 18:22:27 +0000
commitce82caa0a4207a2d9e25f79d0698689849517529 (patch)
treeb5dafc108a67237b033e0781d2a4530c22977111 /win
parentefdfdfe6a57c2225e2c314bd138bf13159d706a9 (diff)
Fixed the swapped values in the snap menu, changed default Z snap back to 1 flat and fixed the snap value after loading old project files.
git-svn-id: http://svn.leocad.org/trunk@490 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win')
-rw-r--r--win/LeoCAD.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/LeoCAD.rc b/win/LeoCAD.rc
index 89f65c8..4ce66da 100644
--- a/win/LeoCAD.rc
+++ b/win/LeoCAD.rc
@@ -452,8 +452,8 @@ BEGIN
MENUITEM "None", ID_SNAP_0
MENUITEM "1/20 Stud", ID_SNAP_1
MENUITEM "1/4 Stud", ID_SNAP_2
- MENUITEM "1/2 Stud", ID_SNAP_3
- MENUITEM "1 Flat", ID_SNAP_4
+ MENUITEM "1 Flat", ID_SNAP_3
+ MENUITEM "1/2 Stud", ID_SNAP_4
MENUITEM "1 Stud", ID_SNAP_5
MENUITEM "2 Studs", ID_SNAP_6
MENUITEM "3 Studs", ID_SNAP_7