Actions
Bug #961
closedWTextEdit setExtraPlugins
Start date:
08/19/2011
Due date:
% Done:
0%
Estimated time:
Description
Hi,
in WTextEdit.C -> setExtraPlugins
is incorrectly used as a parameter of setConfigurationSetting the string "plugings" as you can see:
void WTextEdit::setExtraPlugins(const std::string& plugins)
{
setConfigurationSetting("plugings", plugins);
}
the correct value should be "plugins"
Regards, Francesco.
Updated by Koen Deforche over 13 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.1.11
Hey,
a fix is already in git, slated for 3.1.11.
Regards,
koen
Updated by Koen Deforche about 13 years ago
- Status changed from Resolved to Closed
Resolved in Wt 3.1.11
Actions