*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 02 Oct 2002 11:36:34 +0200
changeset 2241 81019c5d3a26
parent 2240 2e9ad39f11c8
child 2242 f24399253120
*** empty log message ***
Make.proto
libInit.cc
--- 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)
 
--- 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__();