aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-10-22 20:49:48 +0300
committerMathias Bynens <mathias@qiwi.be>2011-10-22 20:49:48 +0300
commit81da8db24720ece87ee4315bcb659716b7588136 (patch)
treeafa1abaaa7b353135052f3ce743061c3e65a4e47 /.osx
parent59c28630840b7a0d25b760ab43a5ff185a70c06c (diff)
downloaddotfiles-81da8db24720ece87ee4315bcb659716b7588136.tar.gz
dotfiles-81da8db24720ece87ee4315bcb659716b7588136.tar.bz2
dotfiles-81da8db24720ece87ee4315bcb659716b7588136.zip
Clarify Dropbox icon comment.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/.osx b/.osx
index 116281c..2317363 100755
--- a/.osx
+++ b/.osx
@@ -150,7 +150,7 @@ hash tmutil &> /dev/null && sudo tmutil disablelocal
# Commented out, as this is known to cause problems when saving files in Adobe Illustrator CS5 :(
#echo "0x08000100:0" > ~/.CFUserTextEncoding
-# Remove the green checkmark icons in Dropbox
+# Remove Dropbox’s green checkmark icons in Finder.app
file=/Applications/Dropbox.app/Contents/Resources/check.icns
[ -e "$file" ] && mv -f "$file" "$file.bak"
unset file