Don't document wxImageList::Replace() as being MSW-only
This method is implemented in the generic version used under the other
platforms as well, but was documented as being MSW-only in 89bb3f0244
(interface revisions, 2008-10-17) for some reason.
Just remove the note added by that commit.
This commit is contained in:
@@ -205,7 +205,6 @@ public:
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
Replaces the existing image with the new image.
|
Replaces the existing image with the new image.
|
||||||
Windows only.
|
|
||||||
|
|
||||||
@param index
|
@param index
|
||||||
The index of the bitmap to be replaced.
|
The index of the bitmap to be replaced.
|
||||||
|
Reference in New Issue
Block a user