summaryrefslogtreecommitdiff
path: root/linux/system.cpp
diff options
context:
space:
mode:
authorleocad1999-11-29 17:05:56 +0000
committerleocad1999-11-29 17:05:56 +0000
commitb7790728182d18896177c6fe1f4a68ca28a08053 (patch)
tree5ffe926293ef06e6282b5dafbf9343a139b96728 /linux/system.cpp
parent776376706080b881901fd898c43758bd75c386d0 (diff)
The piece combobox now shows the name of added pieces
git-svn-id: http://svn.leocad.org/trunk@19 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'linux/system.cpp')
-rw-r--r--linux/system.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/system.cpp b/linux/system.cpp
index be6343c..02177af 100644
--- a/linux/system.cpp
+++ b/linux/system.cpp
@@ -608,6 +608,7 @@ void SystemRedrawView()
void SystemPieceComboAdd(char* name)
{
+ piececombo_add(name);
}