From: Václav Slavík Date: Sat, 5 May 2001 18:04:22 +0000 (+0000) Subject: fixed typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8173fefe0a9d61cfe5244a301044aa2269bc1c31?hp=96742edfff8d69158ee0e9cb34eb37912d1a7d10 fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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