localize the folders' names in the "Transfers > General" preference pane
This commit is contained in:
parent
7f9e4d9efe
commit
008025c9c9
|
@ -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)
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
- (id) transformedValue: (id) value
|
||||
{
|
||||
return value == nil ? nil : [value lastPathComponent];
|
||||
return value == nil ? nil : [[NSFileManager defaultManager] displayNameAtPath:value];
|
||||
}
|
||||
|
||||
@end
|
Loading…
Reference in New Issue