author | llornkcor <llornkcor> | 2002-04-23 23:55:30 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-04-23 23:55:30 (UTC) |
commit | 23f73a3a483a4daf3a26d0e83fd947d4f4118013 (patch) (side-by-side diff) | |
tree | 863595f54ae6ac8a9865da9912dfeec7cda561ca /noncore | |
parent | f90935204b16126b40d4c562b26e37148ca03536 (diff) | |
download | opie-23f73a3a483a4daf3a26d0e83fd947d4f4118013.zip opie-23f73a3a483a4daf3a26d0e83fd947d4f4118013.tar.gz opie-23f73a3a483a4daf3a26d0e83fd947d4f4118013.tar.bz2 |
symlink icon fix
-rw-r--r-- | noncore/net/opieftp/opieftp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opieftp/opieftp.cpp b/noncore/net/opieftp/opieftp.cpp index d78b7d1..6684abb 100644 --- a/noncore/net/opieftp/opieftp.cpp +++ b/noncore/net/opieftp/opieftp.cpp @@ -642,7 +642,7 @@ void OpieFtp::populateLocalView() if( fileL.find("->",0,TRUE) != -1) { // overlay link image pm= Resource::loadPixmap( "folder" ); - QPixmap lnk = Resource::loadPixmap( "symlink" ); + QPixmap lnk = Resource::loadPixmap( "opie/symlink" ); QPainter painter( &pm ); painter.drawPixmap( pm.width()-lnk.width(), pm.height()-lnk.height(), lnk ); pm.setMask( pm.createHeuristicMask( FALSE ) ); |