X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c67f815120bf24e8a9c111740d5df6ff2ab7b6ba..65fe93d8a500833e0acd3ff64161b85a204b8dbf:/src/msw/listctrl.cpp?ds=sidebyside diff --git a/src/msw/listctrl.cpp b/src/msw/listctrl.cpp index 71fb0231df..ed4d99e456 100644 --- a/src/msw/listctrl.cpp +++ b/src/msw/listctrl.cpp @@ -1466,7 +1466,7 @@ bool wxListCtrl::DeleteItem(long item) bool wxListCtrl::DeleteAllItems() { // Calling ListView_DeleteAllItems() will always generate an event but we - // shouldn't do it if the control is empty + // shouldn't do it if the control is empty return !GetItemCount() || ListView_DeleteAllItems(GetHwnd()) != 0; }