summaryrefslogtreecommitdiff
path: root/win/LeoCAD.rc
diff options
context:
space:
mode:
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
/////////////////////////////////////////////////////////////////////////////