Changeset 4888
- Timestamp:
- 08/31/07 16:26:25 (1 year ago)
- Files:
-
- Footagehead/trunk/English.lproj/Localizable.strings (modified) (1 diff)
- Footagehead/trunk/Japanese.lproj/Browser.nib/classes.nib (modified) (3 diffs)
- Footagehead/trunk/Japanese.lproj/Browser.nib/info.nib (modified) (1 diff)
- Footagehead/trunk/Japanese.lproj/Browser.nib/keyedobjects.nib (modified) (previous)
- Footagehead/trunk/Japanese.lproj/MainMenu.nib/info.nib (modified) (2 diffs)
- Footagehead/trunk/Japanese.lproj/MainMenu.nib/keyedobjects.nib (modified) (previous)
- Footagehead/trunk/Japanese.lproj/MainMenu.nib/objects.nib (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Footagehead/trunk/English.lproj/Localizable.strings
r4871 r4888 104 104 /* Zoom to fit toolbar item */ 105 105 "Zoom To Fit" = "Zoom To Fit"; 106 Footagehead/trunk/Japanese.lproj/Browser.nib/classes.nib
r4720 r4888 2 2 IBClasses = ( 3 3 { 4 ACTIONS = { 5 autoSwitch = id; 6 firstFile = id; 7 lastFile = id; 8 nextImage = id; 9 nextPage = id; 10 openDirectory = id; 11 openFile = id; 12 openParent = id; 13 previousImage = id; 14 previousPage = id; 15 }; 4 ACTIONS = {autoSwitch = id; }; 16 5 CLASS = FHBrowserController; 17 6 LANGUAGE = ObjC; … … 28 17 "_rightStatusTextField" = NSTextField; 29 18 "_rightView" = NSView; 19 "_saveProgressIndicator" = NSProgressIndicator; 20 "_saveProgressPanel" = NSPanel; 21 "_saveProgressTextField" = NSTextField; 30 22 "_screenAutoSwitchButton" = NSButton; 31 23 "_screenAutoSwitchTextField" = NSTextField; … … 62 54 }, 63 55 { 56 ACTIONS = { 57 firstFile = id; 58 lastFile = id; 59 nextImage = id; 60 nextPage = id; 61 previousImage = id; 62 previousPage = id; 63 rotateLeft = id; 64 rotateRight = id; 65 zoomMode = id; 66 }; 64 67 CLASS = FHWindowController; 65 68 LANGUAGE = ObjC; 66 OUTLETS = {"_imageView" = FHImageView; };69 OUTLETS = {"_imageView" = FHImageView; "_progressIndicator" = NSProgressIndicator; }; 67 70 SUPERCLASS = WIWindowController; 68 71 }, Footagehead/trunk/Japanese.lproj/Browser.nib/info.nib
r4720 r4888 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string>1 075 123403 407 0 0 1920 1178 </string>6 <string>135 46 403 407 0 0 1920 1178 </string> 7 7 <key>IBFramework Version</key> 8 8 <string>446.1</string> 9 9 <key>IBOpenObjects</key> 10 10 <array> 11 <integer>7</integer>12 <integer>65</integer>13 11 <integer>52</integer> 14 <integer>82</integer>15 12 </array> 16 13 <key>IBSystem Version</key> 17 <string>8 P135</string>14 <string>8R218</string> 18 15 </dict> 19 16 </plist> Footagehead/trunk/Japanese.lproj/MainMenu.nib/info.nib
r4720 r4888 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string> 838 346395 374 0 0 1920 1178 </string>6 <string>1045 497 395 374 0 0 1920 1178 </string> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 9 <key>29</key> 10 <string> 973 944 40044 0 0 1920 1178 </string>10 <string>841 1020 459 44 0 0 1920 1178 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> … … 19 19 </array> 20 20 <key>IBSystem Version</key> 21 <string>8 P135</string>21 <string>8R218</string> 22 22 </dict> 23 23 </plist>
