X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..6ba5438dda164146bf36ca729f8328332fae36b7:/docs/tech/tn0015.txt diff --git a/docs/tech/tn0015.txt b/docs/tech/tn0015.txt index 365d5e46af..167fc35735 100644 --- a/docs/tech/tn0015.txt +++ b/docs/tech/tn0015.txt @@ -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. -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.