aboutsummaryrefslogtreecommitdiff
path: root/gui/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/options.cpp')
-rw-r--r--gui/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/options.cpp b/gui/options.cpp
index eebdcdc3cb..68f3beb616 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -61,7 +61,7 @@ GlobalOptionsDialog::GlobalOptionsDialog(NewGui *gui)
PopUpWidget *gfxPopUp;
gfxPopUp = new PopUpWidget(this, 105, 10, 180, kLineHeight);
gfxPopUp->appendEntry("<default>");
- gfxPopUp->appendEntry("-");
+ gfxPopUp->appendEntry("");
gfxPopUp->appendEntry("Normal (no scaling)");
gfxPopUp->appendEntry("2x");
gfxPopUp->appendEntry("3x");