From: Peter Secor Date: Thu, 20 Mar 2008 22:30:26 +0000 (-0700) Subject: native client - adding support for special icons for shared and recycling directories X-Git-Tag: allmydata-tahoe-1.0.0~20 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=7acb115c6eeea710c5c3232258c7e9c857da8afd;p=tahoe-lafs%2Ftahoe-lafs.git native client - adding support for special icons for shared and recycling directories --- diff --git a/windows/winfuse/AllmydataMapping.exe b/windows/winfuse/AllmydataMapping.exe index 70fe3787..1eb3f925 100644 Binary files a/windows/winfuse/AllmydataMapping.exe and b/windows/winfuse/AllmydataMapping.exe differ diff --git a/windows/winfuse/AllmydataTray.exe b/windows/winfuse/AllmydataTray.exe index 22699633..318dec04 100644 Binary files a/windows/winfuse/AllmydataTray.exe and b/windows/winfuse/AllmydataTray.exe differ diff --git a/windows/winfuse/TahoeFS.dll b/windows/winfuse/TahoeFS.dll index 7ff71659..27540a0e 100644 Binary files a/windows/winfuse/TahoeFS.dll and b/windows/winfuse/TahoeFS.dll differ diff --git a/windows/winfuse/WinFUSE.exe b/windows/winfuse/WinFUSE.exe index 7a0e01ff..2ee4a549 100644 Binary files a/windows/winfuse/WinFUSE.exe and b/windows/winfuse/WinFUSE.exe differ diff --git a/windows/winfuse/myshares.ini b/windows/winfuse/myshares.ini new file mode 100644 index 00000000..0328ff3d --- /dev/null +++ b/windows/winfuse/myshares.ini @@ -0,0 +1,4 @@ +[.ShellClassInfo] +ConfirmFileOp=0 +IconFile=%systemroot%\system32\shell32.dll +IconIndex=158 diff --git a/windows/winfuse/myshares_v.ini b/windows/winfuse/myshares_v.ini new file mode 100644 index 00000000..570b9117 --- /dev/null +++ b/windows/winfuse/myshares_v.ini @@ -0,0 +1,4 @@ +[.ShellClassInfo] +ConfirmFileOp=0 +IconFile=%systemroot%\system32\imageres.dll +IconIndex=167 diff --git a/windows/winfuse/recycle.ini b/windows/winfuse/recycle.ini new file mode 100644 index 00000000..9964a064 --- /dev/null +++ b/windows/winfuse/recycle.ini @@ -0,0 +1,4 @@ +[.ShellClassInfo] +ConfirmFileOp=0 +IconFile=%systemroot%\system32\shell32.dll +IconIndex=145 diff --git a/windows/winfuse/recycle_v.ini b/windows/winfuse/recycle_v.ini new file mode 100644 index 00000000..b84cce27 --- /dev/null +++ b/windows/winfuse/recycle_v.ini @@ -0,0 +1,4 @@ +[.ShellClassInfo] +ConfirmFileOp=0 +IconFile=%systemroot%\system32\imageres.dll +IconIndex=49