X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c663fbea6851207b4e0ac3e362868c23b1494a46..be5a51fb592f3fa2ba38ac6cd1e488d6d806058c:/utils/configtool/src/configitem.cpp?ds=sidebyside diff --git a/utils/configtool/src/configitem.cpp b/utils/configtool/src/configitem.cpp index c64056711d..0e8519a1bc 100644 --- a/utils/configtool/src/configitem.cpp +++ b/utils/configtool/src/configitem.cpp @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: configitem.cpp -// Purpose: wxWindows Configuration Tool config item class +// Purpose: wxWidgets Configuration Tool config item class // Author: Julian Smart // Modified by: // Created: 2003-06-03 @@ -246,7 +246,7 @@ void ctConfigItem::InitProperties() m_properties.AddProperty( new ctProperty( - wxT("Help-topic
The help topic in the wxWindows manual for this component or setting."), + wxT("Help-topic
The help topic in the wxWidgets manual for this component or setting."), wxVariant(wxT(""), wxT("help-topic")), wxT("multiline")));