Actions
Bug #5472
closedTypos in documentation for Wt::WGroupBox::setTitle
Start date:
01/03/2017
Due date:
% Done:
0%
Estimated time:
0:15 h
Description
I read:
void setTitle (const WString &title)
Returns the title.
instead of
void setTitle (const WString &title)
Sets the title.
I read:
virtual void refresh ()
Refresh the widget.
instead of:
virtual void refresh ()
Refreshes the widget.
Updated by Roel Standaert almost 8 years ago
- Status changed from New to Implemented @Emweb
In the first case, you are right.
In the second case it's just the imperative form.
Updated by Vincenzo Romano almost 8 years ago
Roel Standaert wrote:
In the second case it's just the imperative form.
None of the subsequent descriptions uses the imperative, this is why I still think it's a typo.
But it'd be a typo anyway, and it's not influencing the framework...
Updated by Roel Standaert almost 8 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Roel Standaert over 7 years ago
- Status changed from Resolved to Closed
Actions