summaryrefslogtreecommitdiff
path: root/dpi/downloads.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dpi/downloads.cc')
-rw-r--r--dpi/downloads.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dpi/downloads.cc b/dpi/downloads.cc
index 79df8e0c..9ed929ae 100644
--- a/dpi/downloads.cc
+++ b/dpi/downloads.cc
@@ -1157,6 +1157,8 @@ int main()
// Disable '@' and '&' interpretation in normal labels.
Fl::set_labeltype(FL_NORMAL_LABEL, custLabelDraw, custLabelMeasure);
+ Fl::scheme(NULL);
+
// Create the download window
dl_win = new DLWin(ww, wh);