Fix recurrent typo in "usable"

This word has a single "e".
This commit is contained in:
Vadim Zeitlin
2020-09-02 20:49:39 +02:00
parent bf71a70a12
commit e4333fdeac
5 changed files with 9 additions and 9 deletions

View File

@@ -420,16 +420,16 @@ wxPG_PROP_USES_COMMON_VALUE = 0x00020000,
// See wxPGProperty::SetAutoUnspecified().
wxPG_PROP_AUTO_UNSPECIFIED = 0x00040000,
// Indicates the bit useable by derived properties.
// Indicates the bit usable by derived properties.
wxPG_PROP_CLASS_SPECIFIC_1 = 0x00080000,
// Indicates the bit useable by derived properties.
// Indicates the bit usable by derived properties.
wxPG_PROP_CLASS_SPECIFIC_2 = 0x00100000,
// Indicates that the property is being deleted and should be ignored.
wxPG_PROP_BEING_DELETED = 0x00200000,
// Indicates the bit useable by derived properties.
// Indicates the bit usable by derived properties.
wxPG_PROP_CLASS_SPECIFIC_3 = 0x00400000
};

View File

@@ -594,7 +594,7 @@ protected:
// -----------------------------------------------------------------------
// Indicates first bit useable by derived properties.
// Indicates first bit usable by derived properties.
#define wxPG_PROP_SHOW_FULL_FILENAME wxPG_PROP_CLASS_SPECIFIC_1
// Like wxLongStringProperty, but the button triggers file selector instead.