From df59eee7834451bbc8762cea8b5c107e1b028e5b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 20 Jun 2018 10:45:14 -0400 Subject: [PATCH] Renamed tableevents.cpp to the more accurate tableediting.cpp. --- windows/CMakeLists.txt | 2 +- windows/table.hpp | 2 +- windows/{tableevents.cpp => tableediting.cpp} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename windows/{tableevents.cpp => tableediting.cpp} (100%) diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index c1747c50..bec8a2f6 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -53,7 +53,7 @@ list(APPEND _LIBUI_SOURCES windows/table.cpp windows/tabledispinfo.cpp windows/tabledraw.cpp - windows/tableevents.cpp + windows/tableediting.cpp windows/tabpage.cpp windows/text.cpp windows/utf16.cpp diff --git a/windows/table.hpp b/windows/table.hpp index 67b166f8..2a210a8c 100644 --- a/windows/table.hpp +++ b/windows/table.hpp @@ -48,7 +48,7 @@ extern HRESULT uiprivTableHandleLVN_GETDISPINFO(uiTable *t, NMLVDISPINFOW *nm, L extern HRESULT uiprivTableHandleNM_CUSTOMDRAW(uiTable *t, NMLVCUSTOMDRAW *nm, LRESULT *lResult); extern HRESULT uiprivUpdateImageListSize(uiTable *t); -// tableevents.cpp +// tableediting.cpp extern HRESULT uiprivTableHandleNM_CLICK(uiTable *t, NMITEMACTIVATE *nm, LRESULT *lResult); extern HRESULT uiprivTableFinishEditingText(uiTable *t); extern HRESULT uiprivTableAbortEditingText(uiTable *t); diff --git a/windows/tableevents.cpp b/windows/tableediting.cpp similarity index 100% rename from windows/tableevents.cpp rename to windows/tableediting.cpp