From e4b4952703458390145d94ab95579c7892963fd6 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 13 Apr 2001 16:24:57 +0000 Subject: Add viewml 0.21, an open source web browser targeted at the embedded platforms. It uses KDE's html engine, but doesn't require QT or KDE libs to compile and run. --- www/viewml/files/patch-html.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 www/viewml/files/patch-html.cpp (limited to 'www/viewml/files/patch-html.cpp') diff --git a/www/viewml/files/patch-html.cpp b/www/viewml/files/patch-html.cpp new file mode 100644 index 000000000000..e728f5f0e013 --- /dev/null +++ b/www/viewml/files/patch-html.cpp @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- html.cpp 2001/04/13 15:30:05 1.1 ++++ html.cpp 2001/04/13 15:31:44 +@@ -246,8 +246,8 @@ + + setBackgroundColor( lightGray ); + +- QString f = kapp->kde_datadir().copy(); +- f += "/khtmlw/pics/khtmlw_dnd.xpm"; ++ QString f = PREFIX; ++ f += "/share/viewml/khtmlw_dnd.xpm"; + dndDefaultPixmap.load( f.data() ); + + registerFormats(); -- cgit v1.2.3