Fix recurrent typo in "usable"
This word has a single "e".
This commit is contained in:
@@ -360,12 +360,12 @@ wxPG_PROP_USES_COMMON_VALUE = 0x00020000,
|
||||
*/
|
||||
wxPG_PROP_AUTO_UNSPECIFIED = 0x00040000,
|
||||
|
||||
/** Indicates the bit useable by derived properties.
|
||||
/** Indicates the bit usable by derived properties.
|
||||
@hideinitializer
|
||||
*/
|
||||
wxPG_PROP_CLASS_SPECIFIC_1 = 0x00080000,
|
||||
|
||||
/** Indicates the bit useable by derived properties.
|
||||
/** Indicates the bit usable by derived properties.
|
||||
@hideinitializer
|
||||
*/
|
||||
wxPG_PROP_CLASS_SPECIFIC_2 = 0x00100000,
|
||||
@@ -375,7 +375,7 @@ wxPG_PROP_CLASS_SPECIFIC_2 = 0x00100000,
|
||||
*/
|
||||
wxPG_PROP_BEING_DELETED = 0x00200000
|
||||
|
||||
/** Indicates the bit useable by derived properties.
|
||||
/** Indicates the bit usable by derived properties.
|
||||
@hideinitializer
|
||||
*/
|
||||
wxPG_PROP_CLASS_SPECIFIC_3 = 0x00400000
|
||||
|
@@ -595,7 +595,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
|
||||
|
||||
/** @class wxFileProperty
|
||||
|
Reference in New Issue
Block a user