wx 0.92.1.0 → 0.92.2.0
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
- src/Graphics/UI/WX/Window.hs +1/−1
- wx.cabal +2/−1
src/Graphics/UI/WX/Window.hs view
@@ -133,7 +133,7 @@ getset w = ifInstanceOf w classComboBox - (\cb -> (comboBoxGetValue cb, \s -> do comboBoxClear cb; comboBoxAppend cb s)) $ + (\cb -> (comboBoxGetValue cb, comboBoxSetValue cb)) $ ifInstanceOf w classTextCtrl (\tc -> (textCtrlGetValue tc, \s -> do textCtrlChangeValue tc s)) $ (windowGetLabel w,windowSetLabel w)
wx.cabal view
@@ -1,8 +1,9 @@ Name: wx -Version: 0.92.1.0 +Version: 0.92.2.0 License: OtherLicense License-file: license.txt Homepage: https://wiki.haskell.org/WxHaskell +Bug-reports: http://sourceforge.net/p/wxhaskell/bugs/ Author: Daan Leijen Build-Type: Simple Category: GUI, User interfaces