aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/ListWidget.h2
-rw-r--r--gui/console.h2
-rw-r--r--gui/newgui.h2
-rw-r--r--gui/widget.h2
4 files changed, 4 insertions, 4 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 */
diff --git a/gui/console.h b/gui/console.h
index 149a2248a5..322bbc3545 100644
--- a/gui/console.h
+++ b/gui/console.h
@@ -31,7 +31,7 @@ enum {
kLineBufferSize = 256,
kCharWidth = 8,
- kHistorySize = 20,
+ kHistorySize = 20
};
class ScrollBarWidget;
diff --git a/gui/newgui.h b/gui/newgui.h
index 90de55a933..5519f9ba24 100644
--- a/gui/newgui.h
+++ b/gui/newgui.h
@@ -40,7 +40,7 @@ enum {
enum {
kTextAlignLeft,
kTextAlignCenter,
- kTextAlignRight,
+ kTextAlignRight
};
// Extremly simple stack class, doesn't even do any error checking (for now)
diff --git a/gui/widget.h b/gui/widget.h
index 7bfac1074f..49362a838c 100644
--- a/gui/widget.h
+++ b/gui/widget.h
@@ -55,7 +55,7 @@ enum {
enum {
kButtonWidth = 56,
- kButtonHeight = 16,
+ kButtonHeight = 16
};