aboutsummaryrefslogtreecommitdiff
path: root/gui/about.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/about.cpp')
-rw-r--r--gui/about.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/about.cpp b/gui/about.cpp
index 258f715db8..6c698e56cc 100644
--- a/gui/about.cpp
+++ b/gui/about.cpp
@@ -24,6 +24,8 @@
#include "gui/newgui.h"
#include "gui/widget.h"
+namespace GUI {
+
AboutDialog::AboutDialog()
: Dialog(10, 20, 300, 144) {
addButton((_w - kButtonWidth) / 2, 120, "OK", kCloseCmd, '\r'); // Close dialog - FIXME
@@ -48,3 +50,4 @@ AboutDialog::AboutDialog()
new StaticTextWidget(this, 10, 105, _w - 20, kLineHeight, "Broken Sword Games (C) Revolution", kTextAlignCenter);
}
+} // End of namespace GUI