]> git.saurik.com Git - wxWidgets.git/commitdiff
added a period at the end of a sentence (test commit, really)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 12 Feb 2009 23:29:20 +0000 (23:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 12 Feb 2009 23:29:20 +0000 (23:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index aa89d7deb32d4cedfce70148004d7a233cc4226c..eb29b4b541f9e91a5270571628feeec2118c0f15 100644 (file)
@@ -419,7 +419,7 @@ All (GUI):
 - Added support for resizing wxWizard bitmaps to the current page height,
   via SetBitmapPlacement, SetBitmapBackgroundColour and SetMinimumBitmapWidth.
   Also made it easier to derive from wxWizard and override behaviour.
-- Made wxSizer::Fit() set the client size of the target window
+- Made wxSizer::Fit() set the client size of the target window.
 - Add support for wxDatePickerCtrl in wxGenericValidator (Herry Ayen Yang)
 - Added wxWindow::HasFocus().
 - Added wxGLCanvas::IsDisplaySupported().