Update of /cvsroot/htoolkit/gio
In directory sc8-pr-cvs1:/tmp/cvs-serv11160
Modified Files:
makefile
Log Message:
FileDialog module is renamed to CommonDialogs. The CommonDialog exports all file related dialogs and dialogs for Font and Color selection. The Messages module exports all message alerts
Index: makefile
===================================================================
RCS file: /cvsroot/htoolkit/gio/makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** makefile 30 Jan 2003 23:58:14 -0000 1.6
--- makefile 26 Mar 2003 10:38:32 -0000 1.7
***************
*** 1,4 ****
#-----------------------------------------------------------------------
! # Copyright 2001, Daan Leijen.
#-----------------------------------------------------------------------
--- 1,4 ----
#-----------------------------------------------------------------------
! # Copyright 2003, Krasimir Angelov & Daan Leijen.
#-----------------------------------------------------------------------
***************
*** 35,39 ****
GIO/Events.hs GIO/Timer.hs \
GIO/Window.hs GIO/Menu.hs \
! GIO/FileDialog.hs GIO/Controls.hs \
GIO.hs \
--- 35,40 ----
GIO/Events.hs GIO/Timer.hs \
GIO/Window.hs GIO/Menu.hs \
! GIO/CommonDialogs.hs GIO/Controls.hs \
! GIO/Messages.hs \
GIO.hs \
|