summaryrefslogtreecommitdiff
path: root/win/Piecebar.cpp
diff options
context:
space:
mode:
authorleo2005-12-20 20:22:46 +0000
committerleo2005-12-20 20:22:46 +0000
commit98f3bd8740246fe88c3db3278fe533dc2f368d12 (patch)
tree076cfa089cd19faabc144deca4d0fb303d97cb07 /win/Piecebar.cpp
parent85c3a7f5afcc88696d50866525588756e6bf80c3 (diff)
Updated the Pieces Library Manager to use the new categories.
git-svn-id: http://svn.leocad.org/trunk@443 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win/Piecebar.cpp')
-rw-r--r--win/Piecebar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Piecebar.cpp b/win/Piecebar.cpp
index 0a793e4..7395301 100644
--- a/win/Piecebar.cpp
+++ b/win/Piecebar.cpp
@@ -1106,7 +1106,7 @@ BOOL CPiecesBar::OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult)
PtrArray<PieceInfo> SinglePieces, GroupedPieces;
int i;
- Lib->GetCategoryEntries(CategoryIndex, SinglePieces, GroupedPieces);
+ Lib->GetCategoryEntries(CategoryIndex, true, SinglePieces, GroupedPieces);
for (i = 0; i < SinglePieces.GetSize(); i++)
{