From: Duncan C. <dun...@us...> - 2004-04-30 13:13:06
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/menuComboToolbar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6077/gtk/menuComboToolbar Modified Files: ComboBox.chs ComboBoxEntry.chs Log Message: fix descriptions in file headers Index: ComboBoxEntry.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/menuComboToolbar/ComboBoxEntry.chs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ComboBoxEntry.chs 27 Apr 2004 18:51:15 -0000 1.1 +++ ComboBoxEntry.chs 30 Apr 2004 13:12:58 -0000 1.2 @@ -1,5 +1,5 @@ --- |GIMP Toolkit (GTK) Binding for Haskell: binding to GConf -*-haskell-*- --- for storing and retrieving configuartion information +-- -*-haskell-*- +-- |GIMP Toolkit (GTK) @entry Widget ComboBoxEntry@ -- -- Author : Duncan Coutts -- Created: 25 April 2004 Index: ComboBox.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/menuComboToolbar/ComboBox.chs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ComboBox.chs 27 Apr 2004 18:51:15 -0000 1.1 +++ ComboBox.chs 30 Apr 2004 13:12:58 -0000 1.2 @@ -1,5 +1,5 @@ --- |GIMP Toolkit (GTK) Binding for Haskell: binding to GConf -*-haskell-*- --- for storing and retrieving configuartion information +-- -*-haskell-*- +-- |GIMP Toolkit (GTK) @entry Widget ComboBox@ -- -- Author : Duncan Coutts -- Created: 25 April 2004 |