gui.cpp

changeset 5
727e02d6b87a
parent 4
758302636564
child 7
098e3c4949c6
equal deleted inserted replaced
4:758302636564 5:727e02d6b87a
46 const char* sNewCdLineText = "New Conditional Line", 46 const char* sNewCdLineText = "New Conditional Line",
47 *sNewQuadText = "New Quadrilateral", 47 *sNewQuadText = "New Quadrilateral",
48 *sAboutText = "About " APPNAME_DISPLAY; 48 *sAboutText = "About " APPNAME_DISPLAY;
49 49
50 MAKE_ACTION (new, "&New", "file-new", "Create a new part model.") 50 MAKE_ACTION (new, "&New", "file-new", "Create a new part model.")
51 MAKE_ACTION (open, "&Open", "open", "Load a part model from a file.") 51 MAKE_ACTION (open, "&Open", "file-open", "Load a part model from a file.")
52 MAKE_ACTION (save, "&Save", "save", "Save the part model.") 52 MAKE_ACTION (save, "&Save", "file-save", "Save the part model.")
53 MAKE_ACTION (saveAs, "Save &As", "save-as", "Save the part to a specific file.") 53 MAKE_ACTION (saveAs, "Save &As", "file-save-as", "Save the part to a specific file.")
54 MAKE_ACTION (exit, "&Exit", "exit", "Close " APPNAME_DISPLAY ".") 54 MAKE_ACTION (exit, "&Exit", "exit", "Close " APPNAME_DISPLAY ".")
55 55
56 MAKE_ACTION (cut, "Cut", "cut", "Cut the current selection to clipboard.") 56 MAKE_ACTION (cut, "Cut", "cut", "Cut the current selection to clipboard.")
57 MAKE_ACTION (copy, "Copy", "copy", "Copy the current selection to clipboard.") 57 MAKE_ACTION (copy, "Copy", "copy", "Copy the current selection to clipboard.")
58 MAKE_ACTION (paste, "Paste", "paste", "Paste clipboard contents.") 58 MAKE_ACTION (paste, "Paste", "paste", "Paste clipboard contents.")

mercurial