As discussed here:

https://lists.berlios.de/pipermail/haiku-commits/2009-February/014198.html
We decided on a distinction between path+filename and only the path to a file.
I changed the places a user is exposed to the issue, using the definition:
Path with filename:	"Path"
Path without filename:	"Location"


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29130 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer
2009-02-03 16:16:26 +00:00
parent f498be9297
commit 4f3347b64b
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1746,9 +1746,9 @@ AttributeView::Draw(BRect)
GetFont(&normalFont);
// Path
MovePenTo(BPoint(fDivider - (StringWidth("Path:")), lineBase));
MovePenTo(BPoint(fDivider - (StringWidth("Location:")), lineBase));
SetHighColor(kAttrTitleColor);
DrawString("Path:");
DrawString("Location:");
MovePenTo(BPoint(fDivider + kDrawMargin, lineBase));
SetHighColor(kLinkColor);