summaryrefslogtreecommitdiff
path: root/win/LeoCAD.rc
diff options
context:
space:
mode:
authorleo2000-01-04 11:15:56 +0000
committerleo2000-01-04 11:15:56 +0000
commit7e28c4ea0210e4f4738086b5b28bfb227da15660 (patch)
tree9f670cd7b80bd73a76d919afac0c409011d5af41 /win/LeoCAD.rc
parent9c9583342b41cf0b88e5e07898ff36bb0c25a39d (diff)
Added an option to import LDraw pieces
git-svn-id: http://svn.leocad.org/trunk@46 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win/LeoCAD.rc')
-rw-r--r--win/LeoCAD.rc6
1 files changed, 6 insertions, 0 deletions
diff --git a/win/LeoCAD.rc b/win/LeoCAD.rc
index 8083caa..5934a16 100644
--- a/win/LeoCAD.rc
+++ b/win/LeoCAD.rc
@@ -516,6 +516,7 @@ BEGIN
, GRAYED
MENUITEM "&Print Catalog...", ID_LIBDLG_FILE_PRINTCATALOG
MENUITEM "Load &Update...", ID_LIBDLG_FILE_MERGEUPDATE
+ MENUITEM "&Import Piece...", ID_FILE_IMPORTPIECE
MENUITEM SEPARATOR
MENUITEM "Re&turn", IDOK
MENUITEM "&Cancel", IDCANCEL
@@ -1954,6 +1955,11 @@ BEGIN
ID_PIECE_MIRROR "Mirror pieces\nMirror"
END
+STRINGTABLE DISCARDABLE
+BEGIN
+ ID_FILE_IMPORTPIECE "Import a piece from LDraw"
+END
+
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////