From 3575a2db06f393f6105b87019564d7e2cd44b9e8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 14 Dec 2002 17:59:22 +0000 Subject: fixed arrow/mouse wheel scrolling: now honors seperator items (i.e. you can't select the anymore); seperator items are now marked by an empty string svn-id: r5961 --- gui/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/options.cpp') 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(""); - gfxPopUp->appendEntry("-"); + gfxPopUp->appendEntry(""); gfxPopUp->appendEntry("Normal (no scaling)"); gfxPopUp->appendEntry("2x"); gfxPopUp->appendEntry("3x"); -- cgit v1.2.3