Changeset 4059
- Timestamp:
- 04/09/06 12:36:06 (3 years ago)
- Files:
-
- Footagehead/trunk/English.lproj/ReleaseNotes.rtf (modified) (1 diff)
- Footagehead/trunk/FHController.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Footagehead/trunk/English.lproj/ReleaseNotes.rtf
r4055 r4059 429 429 - Add option to select between inline or linked images, or both, on HTML pages\ 430 430 - Toggle zoom button when clicking image to zoom\ 431 - When opening a file from the Finder, correctly navigate to its parent folder\ 431 432 432 433 \f0\b \cf2 \ Footagehead/trunk/FHController.m
r4058 r4059 970 970 [self _loadURL:url]; 971 971 } else { 972 file = [path lastPathComponent]; 973 path = [path stringByDeletingLastPathComponent]; 974 972 file = [path lastPathComponent]; 973 path = [path stringByDeletingLastPathComponent]; 974 url = [WIURL fileURLWithPath:path]; 975 975 976 [self _loadURL:url selectFile:file]; 976 977 }
