From 51ca96b8214ddf22c4fbecaf24cb210e40db75b5 Mon Sep 17 00:00:00 2001 From: Jonathan Westhues Date: Thu, 21 Aug 2008 20:24:51 -0800 Subject: [PATCH] Hide the sweep and helical sweep for now. Exact surfaces feel more and more necessary, and that complicates those. [git-p4: depot-paths = "//depot/solvespace/": change = 1872] --- graphicswin.cpp | 4 ++-- solvespace.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphicswin.cpp b/graphicswin.cpp index af2b7b4..ccfbb8a 100644 --- a/graphicswin.cpp +++ b/graphicswin.cpp @@ -52,8 +52,8 @@ const GraphicsWindow::MenuEntry GraphicsWindow::menu[] = { { 1, NULL, 0, 0, NULL }, { 1, "E&xtrude\tShift+X", MNU_GROUP_EXTRUDE, 'X'|S, mGrp }, { 1, "&Lathe\tShift+L", MNU_GROUP_LATHE, 'L'|S, mGrp }, -{ 1, "&Sweep\tShift+S", MNU_GROUP_SWEEP, 'S'|S, mGrp }, -{ 1, "&Helical Sweep\tShift+H", MNU_GROUP_HELICAL, 'H'|S, mGrp }, +//{ 1, "&Sweep\tShift+S", MNU_GROUP_SWEEP, 'S'|S, mGrp }, +//{ 1, "&Helical Sweep\tShift+H", MNU_GROUP_HELICAL, 'H'|S, mGrp }, { 1, NULL, 0, 0, NULL }, { 1, "Import / Assemble...\tShift+I", MNU_GROUP_IMPORT, 'I'|S, mGrp }, {11, "Import Recent", MNU_GROUP_RECENT, 0, mGrp }, diff --git a/solvespace.cpp b/solvespace.cpp index 9de1c09..a50a61d 100644 --- a/solvespace.cpp +++ b/solvespace.cpp @@ -589,7 +589,7 @@ void SolveSpace::MenuHelp(int id) { break; case GraphicsWindow::MNU_ABOUT: - Message("This is SolveSpace version 0.1.\r\n\r\n" + Message("This is SolveSpace version 1.3.\r\n\r\n" "For more information, see http://www.solvespace.com/\r\n\r\n" "Built " __TIME__ " " __DATE__ ".\r\n\r\n" "Copyright 2008 Jonathan Westhues, All Rights Reserved.");