localize the folders' names in the "Transfers > General" preference pane

This commit is contained in:
Mitchell Livingston 2007-11-13 03:45:10 +00:00
parent 7f9e4d9efe
commit 008025c9c9
2 changed files with 2 additions and 2 deletions

View File

@ -2307,7 +2307,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
return NSDragOperationNone;
}
#warning when dragging a torrent file that already exists, it gives a weird result
#warning when dragging a torrent file that already exists on and off, it gives a weird result
- (void) draggingExited: (id <NSDraggingInfo>) info
{
if (fOverlayWindow)

View File

@ -38,7 +38,7 @@
- (id) transformedValue: (id) value
{
return value == nil ? nil : [value lastPathComponent];
return value == nil ? nil : [[NSFileManager defaultManager] displayNameAtPath:value];
}
@end