From 7c6c617b0d71d06294842686ea4b3ef7abe7414f Mon Sep 17 00:00:00 2001 From: corvid Date: Thu, 15 Sep 2011 23:20:34 +0000 Subject: let downloads dpi use the fltk scheme In dillo, fltk putenv()s the scheme (FLTK_SCHEME), and Fl::scheme(NULL) getenv)s it. Not that it makes much of a difference to the downloads dpi... --- dpi/downloads.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dpi') 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); -- cgit v1.2.3