summaryrefslogtreecommitdiff
path: root/win/System.cpp
diff options
context:
space:
mode:
authorleo2005-10-14 17:01:15 +0000
committerleo2005-10-14 17:01:15 +0000
commit8a9d55e37404c121d7ba0f29440e280a7cd1c3ec (patch)
treef2adbf554e0fbac14d2fa77b269f726ed2af8842 /win/System.cpp
parente628ac83ce745362b4e1bb719cc2db0a1ce74a76 (diff)
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
Diffstat (limited to 'win/System.cpp')
-rw-r--r--win/System.cpp2
1 files changed, 2 insertions, 0 deletions
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;