From 19573aa9a6e40b0ccf0c269a0870acb6162a6754 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Tue, 10 May 2016 20:33:18 -0400 Subject: [PATCH] Fix ComboCtrl documentation --- .../rest_substitutions/snippets/python/converted/ComboCtrl.2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/rest_substitutions/snippets/python/converted/ComboCtrl.2.py b/docs/sphinx/rest_substitutions/snippets/python/converted/ComboCtrl.2.py index 75100c33..159b4bec 100644 --- a/docs/sphinx/rest_substitutions/snippets/python/converted/ComboCtrl.2.py +++ b/docs/sphinx/rest_substitutions/snippets/python/converted/ComboCtrl.2.py @@ -1,7 +1,7 @@ comboCtrl = wx.ComboCtrl(self, wx.ID_ANY, "") - popupCtrl = wx.ListViewComboPopup() + popupCtrl = ListViewComboPopup() # It is important to call SetPopupControl() as soon as possible comboCtrl.SetPopupControl(popupCtrl)