From 0499b8375f8b0897b7ca862f2a492c827faaf39e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 24 Jan 2015 22:08:32 +0000 Subject: [PATCH] Fix typo in a comment for NewCloseButton(). s/common/current/ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/bmpbuttn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/bmpbuttn.h b/include/wx/bmpbuttn.h index 83fd4f1a7f..2aec670359 100644 --- a/include/wx/bmpbuttn.h +++ b/include/wx/bmpbuttn.h @@ -66,7 +66,7 @@ public: } // Special creation function for a standard "Close" bitmap. It allows to - // simply create a close button with the image appropriate for the common + // simply create a close button with the image appropriate for the current // platform. static wxBitmapButton* NewCloseButton(wxWindow* parent, wxWindowID winid);