1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/viewml/files/patch-html.cpp
Maxim Sobolev e4b4952703 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.
2001-04-13 16:24:57 +00:00

17 lines
367 B
C++

$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();