summaryrefslogtreecommitdiff
path: root/linux/system.cpp
diff options
context:
space:
mode:
authorleo1999-12-15 22:32:32 +0000
committerleo1999-12-15 22:32:32 +0000
commit069cb430bdacc75f413e99380179a031a26281c9 (patch)
tree0bfbbef81f910c5c7fd4a9e89d4afe450b51fa58 /linux/system.cpp
parent42d902539f5a812f4f6c910c42c08d6506e45f20 (diff)
Added the Group Name dialog
Added the Edit Groups dialog (read-only) git-svn-id: http://svn.leocad.org/trunk@35 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'linux/system.cpp')
-rw-r--r--linux/system.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/system.cpp b/linux/system.cpp
index 02177af..25767cd 100644
--- a/linux/system.cpp
+++ b/linux/system.cpp
@@ -560,7 +560,12 @@ bool SystemDoDialog(int mode, void* param)
case LC_DLG_STEPCHOOSE: {
} break;
+ case LC_DLG_EDITGROUPS: {
+ return groupeditdlg_execute(param) == LC_OK;
+ } break;
+
case LC_DLG_GROUP: {
+ return groupdlg_execute(param) == LC_OK;
} break;
}