Fixed minor typos in comments and strings in propgrid sample.
This commit is contained in:
@@ -497,7 +497,7 @@ wxArrayDoubleProperty::wxArrayDoubleProperty (const wxString& label,
|
||||
|
||||
//
|
||||
// Need to figure out delimiter needed for this locale
|
||||
// (ie. can't use comma when comma acts as decimal point in float).
|
||||
// (i.e. can't use comma when comma acts as decimal point in float).
|
||||
wxChar use_delimiter = wxT(',');
|
||||
|
||||
if (wxString::Format(wxT("%.2f"),12.34).Find(use_delimiter) >= 0)
|
||||
|
Reference in New Issue
Block a user