summaryrefslogtreecommitdiff
path: root/win/LeoCAD.rc
diff options
context:
space:
mode:
authorleo2005-10-14 17:01:15 +0000
committerleo2005-10-14 17:01:15 +0000
commit8a9d55e37404c121d7ba0f29440e280a7cd1c3ec (patch)
treef2adbf554e0fbac14d2fa77b269f726ed2af8842 /win/LeoCAD.rc
parente628ac83ce745362b4e1bb719cc2db0a1ce74a76 (diff)
Added commands to edit/add/remove categories from the pieces tree context menu.
git-svn-id: http://svn.leocad.org/trunk@427 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win/LeoCAD.rc')
-rw-r--r--win/LeoCAD.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/LeoCAD.rc b/win/LeoCAD.rc
index 1be254e..fb412f6 100644
--- a/win/LeoCAD.rc
+++ b/win/LeoCAD.rc
@@ -363,7 +363,7 @@ BEGIN
POPUP "0"
BEGIN
MENUITEM "New Category...", ID_PIECEBAR_NEWCATEGORY
- MENUITEM "Remove Category", ID_PIECEBAR_REMOVECATEGORY
+ MENUITEM "Remove Category...", ID_PIECEBAR_REMOVECATEGORY
MENUITEM "Edit Category...", ID_PIECEBAR_EDITCATEGORY
MENUITEM SEPARATOR
MENUITEM "Group Pieces", ID_PIECEBAR_GROUP
@@ -2051,7 +2051,7 @@ END
STRINGTABLE DISCARDABLE
BEGIN
- ID_ACTION_SELECT "Select objects with the mouse\nSelect"
+ ID_ACTION_SELECT "Select objects (hold control down to select multiple objects)\nSelect"
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"