]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
use ngettext instead of _N
[wxWidgets.git] / src / generic / listctrl.cpp
index ef36a4b8370d4c27d3139848c4fe62322758e9af..b6985f9b15213e87ab6a49499fb3682a29c9a917 100644 (file)
@@ -2834,7 +2834,7 @@ bool wxListMainWindow::OnRenameAccept(size_t itemEdit, const wxString& value)
                 le.IsAllowed();
 }
 
-void wxListMainWindow::OnRenameCancelled(size_t WXUNUSED(itemEdit))
+void wxListMainWindow::OnRenameCancelled(size_t itemEdit)
 {
     // let owner know that the edit was cancelled
     wxListEvent le( wxEVT_COMMAND_LIST_END_LABEL_EDIT, GetParent()->GetId() );