summaryrefslogtreecommitdiff
path: root/wintable/main.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-01-07 21:34:12 -0500
committerPietro Gagliardi <[email protected]>2015-01-07 21:34:12 -0500
commit7eaadad25ca26c254139e3cdeb31d4cb9eb67f46 (patch)
tree3dd08bbc3bf2d4e99755d96f09713ffd5670dfbf /wintable/main.h
parent10cee922233d33df57e5f6195cb685b59d2bccaa (diff)
Implemented checkbox notifications.
Diffstat (limited to 'wintable/main.h')
-rw-r--r--wintable/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wintable/main.h b/wintable/main.h
index 50e8bff..d17f5d8 100644
--- a/wintable/main.h
+++ b/wintable/main.h
@@ -45,7 +45,7 @@ enum {
tableNotificationFinishedWithCellData,
// data is zero
// no return
- tableNotificationToggleCellCheckbox,
+ tableNotificationCellCheckboxToggled,
};
typedef struct tableNM tableNM;