From 8173fefe0a9d61cfe5244a301044aa2269bc1c31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 5 May 2001 18:04:22 +0000 Subject: [PATCH 1/1] fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/utils/wxrcedit/df/wxComboBox.df | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/utils/wxrcedit/df/wxComboBox.df b/contrib/utils/wxrcedit/df/wxComboBox.df index 0e030092c5..4743e10b9a 100644 --- a/contrib/utils/wxrcedit/df/wxComboBox.df +++ b/contrib/utils/wxrcedit/df/wxComboBox.df @@ -1,6 +1,6 @@ node wxComboBox var style of flags wxCB_SIMPLE,wxCB_SORT,wxCB_READONLY,wxCB_DROPDOWN -var value of string +var value of text var selection of integer var content of not_implemented derived from control -- 2.45.2