aboutsummaryrefslogtreecommitdiff
path: root/gui/ListWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ListWidget.h')
-rw-r--r--gui/ListWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ListWidget.h b/gui/ListWidget.h
index 1d1cb6c626..f679462a93 100644
--- a/gui/ListWidget.h
+++ b/gui/ListWidget.h
@@ -37,7 +37,7 @@ enum {
enum {
kListItemDoubleClickedCmd = 'LIdb', // double click on item - 'data' will be item index
kListItemActivatedCmd = 'LIac', // item activated by return/enter - 'data' will be item index
- kListSelectionChangedCmd = 'Lsch', // selection changed - 'data' will be item index
+ kListSelectionChangedCmd = 'Lsch' // selection changed - 'data' will be item index
};
/* ListWidget */