Update of /cvsroot/thyapi/thyapi/ext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4677/ext
Modified Files:
packages.js
Log Message:
Commiting file additions and modification from SVN revision 2720 to 2721...
Changes made by vinicius on 2006-01-26 18:31:37 +0100 (Thu, 26 Jan 2006) corresponding to SVN revision 2721 with message:
Index: packages.js
===================================================================
RCS file: /cvsroot/thyapi/thyapi/ext/packages.js,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** packages.js 23 Jan 2006 03:35:31 -0000 1.13
--- packages.js 26 Jan 2006 16:25:36 -0000 1.14
***************
*** 133,137 ****
l.add('thyapi.thywidgets.thyListBox', 'thylistbox.js', ['thyGrid']);
! l.add('thyapi.thywidgets.thyDropDownBox', 'thydropdownbox.js', ['thyListBox','thyEditBox','thyButton']);
l.add('thyapi.thywidgets.thyAbout', 'thyabout.js', ['thyWindow','thyPanel']);
--- 133,144 ----
l.add('thyapi.thywidgets.thyListBox', 'thylistbox.js', ['thyGrid']);
! if (dynapi.ua.ie)
! {
! l.add('thyapi.thywidgets.thyDropDownBox', 'thydropdownbox_ie.js', ['thyLabelPanel']);
! }
! else
! {
! l.add('thyapi.thywidgets.thyDropDownBox', 'thydropdownbox.js', ['thyListBox','thyEditBox','thyButton']);
! }
l.add('thyapi.thywidgets.thyAbout', 'thyabout.js', ['thyWindow','thyPanel']);
|