Insert comma for clarity in a message in the sample

No real changes.
This commit is contained in:
Catalin Raceanu
2021-01-11 02:57:15 +01:00
committed by Vadim Zeitlin
parent e530016723
commit 76167e271b

View File

@@ -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());