Use wxEmptyString instead of wxString().
To keep uniform notation of empty strings.
This commit is contained in:
@@ -1042,7 +1042,7 @@ wxWindow* wxPGChoiceEditor::CreateControlsBase( wxPropertyGrid* propGrid,
|
||||
#endif
|
||||
cb->Create(ctrlParent,
|
||||
wxID_ANY,
|
||||
wxString(),
|
||||
wxEmptyString,
|
||||
po,
|
||||
si,
|
||||
labels,
|
||||
|
Reference in New Issue
Block a user