Insert comma for clarity in a message in the sample
No real changes.
This commit is contained in:
committed by
Vadim Zeitlin
parent
e530016723
commit
76167e271b
@@ -131,7 +131,7 @@ public:
|
|||||||
wxSizer* advSizer = new wxBoxSizer(wxVERTICAL);
|
wxSizer* advSizer = new wxBoxSizer(wxVERTICAL);
|
||||||
wxStaticText* advHeader = new wxStaticText(advancedPanel, wxID_ANY,
|
wxStaticText* advHeader = new wxStaticText(advancedPanel, wxID_ANY,
|
||||||
"As an example of processing data while\n"
|
"As an example of processing data while\n"
|
||||||
"it's being received from the server every\n"
|
"it's being received from the server, every\n"
|
||||||
"zero byte in the response will be counted below.");
|
"zero byte in the response will be counted below.");
|
||||||
advSizer->Add(advHeader, wxSizerFlags().Expand().Border());
|
advSizer->Add(advHeader, wxSizerFlags().Expand().Border());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user