Insert comma for clarity in a message in the sample
No real changes.
This commit is contained in:
parent
e530016723
commit
76167e271b
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ public:
|
|||
wxSizer* advSizer = new wxBoxSizer(wxVERTICAL);
|
||||
wxStaticText* advHeader = new wxStaticText(advancedPanel, wxID_ANY,
|
||||
"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.");
|
||||
advSizer->Add(advHeader, wxSizerFlags().Expand().Border());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue