From 9339eb0fe4fd78d60440eb0750e8eb191e743fc7 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 3 Apr 2003 02:27:54 +0000 Subject: [PATCH] fixed typo in parameter name git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/windows2.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/windows2.i b/wxPython/src/windows2.i index 77fedbb253..f359bfb054 100644 --- a/wxPython/src/windows2.i +++ b/wxPython/src/windows2.i @@ -120,7 +120,7 @@ public: const wxString& text, int select = FALSE, int imageId = -1); - bool InsertPage(int page, + bool InsertPage(int index, /*wxNotebookPage*/ wxWindow *page, const wxString& text, bool select = FALSE,