wok diff sane-backends/stuff/tazpanel/crop.js @ rev 24417
created recipes for perl-cairo-gobject, perl-glib-object-introspection and perl-gtk3
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 11 09:16:47 2022 +0100 (2022-02-11) |
parents | 140c18f428f0 |
children |
line diff
1.1 --- a/sane-backends/stuff/tazpanel/crop.js Sat Jul 25 13:48:18 2015 +0200 1.2 +++ b/sane-backends/stuff/tazpanel/crop.js Fri Feb 11 09:16:47 2022 +0100 1.3 @@ -31,7 +31,7 @@ 1.4 function cropCreateDragImg(id) 1.5 { 1.6 var div = document.createElement('IMG'); 1.7 - div.src = 'drag.gif'; 1.8 + div.src = 'styles/default/images/drag.gif'; 1.9 div.width = 12; 1.10 div.style.position = 'absolute'; 1.11 div.style.cursor = div.id = id;