blob: e728f5f0e01374bc8df0b178c06584552c032333 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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();
|