summaryrefslogtreecommitdiff
path: root/win/LeoCAD.rc
diff options
context:
space:
mode:
authorleo2005-10-02 02:18:05 +0000
committerleo2005-10-02 02:18:05 +0000
commit97727601bdc6d93d1576ea80a01b820cc34e3fb1 (patch)
tree6af826de935c47448a1f927a9094c791cde5e98d /win/LeoCAD.rc
parentaf794d98734dc8477c5aff9eb297479f01ba8ecc (diff)
Made Region Select part of regular selection.
git-svn-id: http://svn.leocad.org/trunk@424 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win/LeoCAD.rc')
-rw-r--r--win/LeoCAD.rc2
1 files changed, 0 insertions, 2 deletions
diff --git a/win/LeoCAD.rc b/win/LeoCAD.rc
index 7438ce5..1be254e 100644
--- a/win/LeoCAD.rc
+++ b/win/LeoCAD.rc
@@ -143,7 +143,6 @@ BEGIN
BUTTON ID_ACTION_CAMERA
SEPARATOR
BUTTON ID_ACTION_SELECT
- BUTTON ID_ACTION_SELECT_REGION
BUTTON ID_ACTION_MOVE
BUTTON ID_ACTION_ROTATE
BUTTON ID_ACTION_REMOVE
@@ -2053,7 +2052,6 @@ END
STRINGTABLE DISCARDABLE
BEGIN
ID_ACTION_SELECT "Select objects with the mouse\nSelect"
- ID_ACTION_SELECT_REGION "Select objects with the mouse\nSelect Region"
ID_ACTION_INSERT "Add pieces to the project\nInsert"
ID_ACTION_LIGHT "Add a positional light source\nPositional Light"
ID_ACTION_SPOTLIGHT "Add a spotlight\nSpotlight"