From dcfcdd75a76aaadcdd2c6326e51190887ca52af1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 1 Jul 2008 13:44:07 +0000 Subject: [PATCH] use proper name for a contributor git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index 2c56e3fccf..5b0838e5c0 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -114,7 +114,7 @@ wxMSW: - Fix keyboard support in wxSpinCtrl broken in 2.8.8. - Compile fix for WinCE in window.cpp (no VkKeyScan in Windows CE). -- Fix quoting of arguments passed to wxExecute(char **) (briis). +- Fix quoting of arguments passed to wxExecute(char **) (Brian Ravnsgaard Riis). wxGTK: