diff options
-rw-r--r-- | dpi/downloads.cc | 2 |
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); |