diff options
Diffstat (limited to 'src/gui/setup.cpp')
-rw-r--r-- | src/gui/setup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp index 3c48986a..bd600654 100644 --- a/src/gui/setup.cpp +++ b/src/gui/setup.cpp @@ -14,8 +14,8 @@ Setup::Setup(gcn::Container *parent) : Window(parent, "Setup") { displayLabel = new gcn::Label("Display"); - applyButton = new gcn::Button("Apply"); - cancelButton = new gcn::Button("Cancel"); + applyButton = new Button("Apply"); + cancelButton = new Button("Cancel"); /* Set dimension */ displayLabel->setDimension(gcn::Rectangle(0,0,80, 16)); |