From 8a9d55e37404c121d7ba0f29440e280a7cd1c3ec Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 14 Oct 2005 17:01:15 +0000 Subject: 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 --- win/System.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win/System.cpp') diff --git a/win/System.cpp b/win/System.cpp index 2c29db4..e60bad4 100644 --- a/win/System.cpp +++ b/win/System.cpp @@ -1541,6 +1541,8 @@ bool SystemDoDialog(int nMode, void* param) { Opts->Keywords = Dlg.m_Keywords; Opts->Name = Dlg.m_Name; + + return true; } } break; -- cgit v1.2.3