X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/808b128e9044386225032688a0a48ad749442756..3d3ecbbcc7e1602c0df4a3431e5a537b0ebb1e35:/docs/doxygen/mainpages/const_stockitems.h
diff --git a/docs/doxygen/mainpages/const_stockitems.h b/docs/doxygen/mainpages/const_stockitems.h
index 831b947f78..4d265efab7 100644
--- a/docs/doxygen/mainpages/const_stockitems.h
+++ b/docs/doxygen/mainpages/const_stockitems.h
@@ -11,8 +11,11 @@
@page page_stockitems Stock items
-Window IDs for which stock buttons and menu items are created
-(see the wxButton constructor and the wxMenuItem constructor):
+The following is the list of the window IDs for which stock buttons and menu items
+are created.
+See the wxButton constructor and the wxMenuItem constructor for classes which
+automatically add stock bitmaps when using stock IDs.
+Also note that you can retrieve stock bitmaps using wxArtProvider.
@beginDefList
@row3col{Stock ID, GTK icon, Stock label}
@@ -90,7 +93,7 @@ Window IDs for which stock buttons and menu items are created
@stock{wxID_ZOOM_OUT,zoom-out,Zoom &Out}
@endDefList
-Note that some of the IDs listed above have also a stock accelerator
-and an help string associated.
+Note that some of the IDs listed above also have a stock accelerator
+and an associated help string.
*/