diff --git a/src/Graphics/UI/WX/Window.hs b/src/Graphics/UI/WX/Window.hs
--- a/src/Graphics/UI/WX/Window.hs
+++ b/src/Graphics/UI/WX/Window.hs
@@ -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)
diff --git a/wx.cabal b/wx.cabal
--- a/wx.cabal
+++ b/wx.cabal
@@ -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
