]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/wxrcedit/df/wxComboBox.df
fixed typo
[wxWidgets.git] / contrib / utils / wxrcedit / df / wxComboBox.df
index 0e030092c5fe239275dddca9f31b9642719a1ebb..4743e10b9ad75ae51a012661264671e2bdcbcbdc 100644 (file)
@@ -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