]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/tech/tn0015.txt
Report first selected item in selection change event
[wxWidgets.git] / docs / tech / tn0015.txt
index 365d5e46af36763c79c6f49a91bc7e94357dbd79..167fc35735bcfdf61d574c16014ab8357ecc21ac 100644 (file)
@@ -80,7 +80,7 @@ It is highly desirable to let the users know what stock bitmaps are available
 in wxWidgets. The "artprov" sample serves this purpose: it contains a browser
 dialog that displays all available art resources.
 
 in wxWidgets. The "artprov" sample serves this purpose: it contains a browser
 dialog that displays all available art resources.
 
-It has to be updated to accomodate for new bitmaps. Fortunately, this is
+It has to be updated to accommodate for new bitmaps. Fortunately, this is
 trivial: open $(wx)/samples/artprov/artbrows.cpp in text editor and
 ART_ICON(wxART_MY_BITMAP) line to the FillBitmaps() function.
 
 trivial: open $(wx)/samples/artprov/artbrows.cpp in text editor and
 ART_ICON(wxART_MY_BITMAP) line to the FillBitmaps() function.