More name changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-05-25 11:20:37 +00:00
parent c663fbea68
commit be5a51fb59
267 changed files with 676 additions and 670 deletions

View File

@@ -2373,7 +2373,7 @@ long wxParseWindowStyle(const wxString& bitListString)
}
/*
* Load a bitmap from a wxWindows resource, choosing an optimum
* Load a bitmap from a wxWidgets resource, choosing an optimum
* depth and appropriate type.
*/
@@ -2527,7 +2527,7 @@ wxBitmap wxResourceCreateBitmap(const wxString& resource, wxResourceTable *table
}
/*
* Load an icon from a wxWindows resource, choosing an optimum
* Load an icon from a wxWidgets resource, choosing an optimum
* depth and appropriate type.
*/
@@ -2652,7 +2652,7 @@ wxIcon wxResourceCreateIcon(const wxString& resource, wxResourceTable *table)
}
case wxBITMAP_TYPE_XPM_DATA:
{
// *** XPM ICON NOT YET IMPLEMENTED IN WXWINDOWS ***
// *** XPM ICON NOT YET IMPLEMENTED IN wxWidgets ***
/*
wxItemResource *item = table->FindResource(name);
if (!item)