# HG changeset patch # User Claus Gittinger # Date 1033551394 -7200 # Node ID 81019c5d3a260d34e149d52e77f4cbec2fbee180 # Parent 2e9ad39f11c8612de580e1c3d1609fd127f23a10 *** empty log message *** diff -r 2e9ad39f11c8 -r 81019c5d3a26 Make.proto --- a/Make.proto Wed Oct 02 11:11:03 2002 +0200 +++ b/Make.proto Wed Oct 02 11:36:34 2002 +0200 @@ -1,4 +1,4 @@ -# $Header: /cvs/stx/stx/libwidg2/Make.proto,v 1.106 2002-09-18 19:40:19 stefan Exp $ +# $Header: /cvs/stx/stx/libwidg2/Make.proto,v 1.107 2002-10-02 09:36:34 cg Exp $ # # -------------- no need to change anything below ---------- @@ -122,6 +122,7 @@ SelectionInListModelView.$(O) \ HierarchicalListView.$(O) \ HierarchicalList.$(O) \ + HierarchicalFileList.$(O) \ ExtendedComboBox.$(O) \ MultipleItemSelectionWidget.$(O) diff -r 2e9ad39f11c8 -r 81019c5d3a26 libInit.cc --- a/libInit.cc Wed Oct 02 11:11:03 2002 +0200 +++ b/libInit.cc Wed Oct 02 11:36:34 2002 +0200 @@ -69,6 +69,7 @@ _SelectionInListModelView_Init(pass,__pRT__,snd); _HierarchicalListView_Init(pass,__pRT__,snd); _HierarchicalList_Init(pass,__pRT__,snd); +_HierarchicalFileList_Init(pass,__pRT__,snd); _ExtendedComboBox_Init(pass,__pRT__,snd); _MultipleItemSelectionWidget_Init(pass,__pRT__,snd); __END_PACKAGE__();