From: Włodzimierz Skiba Date: Wed, 7 Jun 2006 15:06:08 +0000 (+0000) Subject: Missing plural. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d0e834f399b3263badad880a28d5b991b9f70ae3 Missing plural. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/tsamples.tex b/docs/latex/wx/tsamples.tex index a002c65b5f..c9fe964a92 100644 --- a/docs/latex/wx/tsamples.tex +++ b/docs/latex/wx/tsamples.tex @@ -26,7 +26,7 @@ this list is not complete. You should start your tour of wxWidgets with the "Hello, world!". It shows the basic structure of wxWidgets program and is the most commented sample of all - looking at its source code is recommended. -The next most useful sample is probably \helpref{widgets}{samplewidgets} +The next most useful samples are probably \helpref{widgets}{samplewidgets} and \helpref{controls}{samplecontrols} which show many of wxWidgets native and generic controls, such as buttons, listboxes, checkboxes, comboboxes etc.