diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-13 16:24:57 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-13 16:24:57 +0000 |
commit | e4b4952703458390145d94ab95579c7892963fd6 (patch) | |
tree | 8dcfb05d713c49bcc048c39dc9f5fd9dd732a10c /www/viewml/files/patch-html.cpp | |
parent | Add ruby-libgtop, a Ruby interface to libgtop. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=41346
Diffstat (limited to 'www/viewml/files/patch-html.cpp')
-rw-r--r-- | www/viewml/files/patch-html.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
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(); |