From: Duncan C. <dun...@us...> - 2004-08-06 01:31:50
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/display In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30919/gtk/display Modified Files: Label.chs Log Message: Haddock markup fixes. Haddock docs build ok now. Index: Label.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/display/Label.chs,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Label.chs 1 Aug 2004 16:08:14 -0000 1.7 +++ Label.chs 6 Aug 2004 01:31:42 -0000 1.8 @@ -88,7 +88,7 @@ labelSetText l str = withUTFString str $ {#call label_set_text#} (toLabel l) --- | The label is interpreted as including embedded underlines and/or Pango +-- | The label is interpreted as including embedded underlines and\/or Pango -- markup depending on the markup and underline properties. -- labelSetLabel :: LabelClass l => l -> String -> IO () |