* Fixed a typo that prevented the right context menu copy action to work

on directories. See ticket #3575.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30672 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-05-08 10:14:25 +00:00
parent b8435574d1
commit 5561b695a1
+1 -1
View File
@@ -1785,7 +1785,7 @@ TermView::_DoSecondaryMouseDropAction(BMessage* msg)
}
if (listContainsDirectory && action == kCopyFiles)
outString += " -R";
outString += "-R ";
outString += itemString;