Revision: 3805
http://skim-app.svn.sourceforge.net/skim-app/?rev=3805&view=rev
Author: hofman
Date: 2008-04-23 15:31:16 -0700 (Wed, 23 Apr 2008)
Log Message:
-----------
Add accessibility description for image button
Modified Paths:
--------------
trunk/Dutch.lproj/DownloadsWindow.nib/classes.nib
trunk/Dutch.lproj/DownloadsWindow.nib/info.nib
trunk/Dutch.lproj/DownloadsWindow.nib/keyedobjects.nib
trunk/English.lproj/DownloadsWindow.nib/classes.nib
trunk/English.lproj/DownloadsWindow.nib/info.nib
trunk/English.lproj/DownloadsWindow.nib/keyedobjects.nib
trunk/French.lproj/DownloadsWindow.nib/info.nib
trunk/French.lproj/DownloadsWindow.nib/keyedobjects.nib
trunk/German.lproj/DownloadsWindow.nib/classes.nib
trunk/German.lproj/DownloadsWindow.nib/info.nib
trunk/German.lproj/DownloadsWindow.nib/keyedobjects.nib
trunk/Italian.lproj/DownloadsWindow.nib/classes.nib
trunk/Italian.lproj/DownloadsWindow.nib/info.nib
trunk/Italian.lproj/DownloadsWindow.nib/keyedobjects.nib
trunk/Spanish.lproj/DownloadsWindow.nib/info.nib
trunk/Spanish.lproj/DownloadsWindow.nib/keyedobjects.nib
trunk/cs.lproj/DownloadsWindow.nib/classes.nib
trunk/cs.lproj/DownloadsWindow.nib/info.nib
trunk/cs.lproj/DownloadsWindow.nib/keyedobjects.nib
trunk/ru.lproj/DownloadsWindow.nib/classes.nib
trunk/ru.lproj/DownloadsWindow.nib/info.nib
trunk/ru.lproj/DownloadsWindow.nib/keyedobjects.nib
Modified: trunk/Dutch.lproj/DownloadsWindow.nib/classes.nib
===================================================================
--- trunk/Dutch.lproj/DownloadsWindow.nib/classes.nib 2008-04-23 16:47:34 UTC
(rev 3804)
+++ trunk/Dutch.lproj/DownloadsWindow.nib/classes.nib 2008-04-23 22:31:16 UTC
(rev 3805)
@@ -1,37 +1,54 @@
{
- IBClasses = (
- {CLASS = BDSKGradientView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
- {
- ACTIONS = {"" = id; };
- CLASS = FirstResponder;
- LANGUAGE = ObjC;
- SUPERCLASS = NSObject;
- },
- {CLASS = NSObject; LANGUAGE = ObjC; },
- {
- ACTIONS = {
- cancelDownload = id;
- clearDownloads = id;
- dismissDownloadsPreferences = id;
- removeDownload = id;
- showDownloadPreferences = id;
- };
- CLASS = SKDownloadController;
- LANGUAGE = ObjC;
- OUTLETS = {
- clearButton = NSButton;
- preferencesSheet = NSWindow;
- tableView = SKTableView;
- };
- SUPERCLASS = NSWindowController;
- },
- {CLASS = SKProgressCell; LANGUAGE = ObjC; SUPERCLASS =
NSTextFieldCell; },
- {
- ACTIONS = {delete = id; scrollToBeginningOfDocument = id;
scrollToEndOfDocument = id; };
- CLASS = SKTableView;
- LANGUAGE = ObjC;
- SUPERCLASS = NSTableView;
+ IBClasses = (
+ {
+ CLASS = BDSKGradientView;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSView;
+ },
+ {
+ ACTIONS = {
+ "" = id;
+ };
+ CLASS = FirstResponder;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSObject;
+ },
+ {
+ CLASS = NSObject;
+ LANGUAGE = ObjC;
+ },
+ {
+ ACTIONS = {
+ cancelDownload = id;
+ clearDownloads = id;
+ dismissDownloadsPreferences = id;
+ removeDownload = id;
+ showDownloadPreferences = id;
+ };
+ CLASS = SKDownloadController;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ clearButton = NSButton;
+ preferencesSheet = NSWindow;
+ tableView = SKTableView;
+ };
+ SUPERCLASS = NSWindowController;
+ },
+ {
+ CLASS = SKProgressCell;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSTextFieldCell;
+ },
+ {
+ ACTIONS = {
+ delete = id;
+ scrollToBeginningOfDocument = id;
+ scrollToEndOfDocument = id;
+ };
+ CLASS = SKTableView;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSTableView;
}
- );
- IBVersion = 1;
+ );
+ IBVersion = 1;
}
\ No newline at end of file
Modified: trunk/Dutch.lproj/DownloadsWindow.nib/info.nib
===================================================================
--- trunk/Dutch.lproj/DownloadsWindow.nib/info.nib 2008-04-23 16:47:34 UTC
(rev 3804)
+++ trunk/Dutch.lproj/DownloadsWindow.nib/info.nib 2008-04-23 22:31:16 UTC
(rev 3805)
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>100 77 356 240 0 0 1440 938 </string>
<key>IBFramework Version</key>
- <string>446.1</string>
+ <string>489.0</string>
<key>IBOpenObjects</key>
<array>
+ <integer>30</integer>
<integer>5</integer>
- <integer>30</integer>
</array>
<key>IBSystem Version</key>
- <string>8R218</string>
+ <string>9C7010</string>
</dict>
</plist>
Modified: trunk/Dutch.lproj/DownloadsWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)
Modified: trunk/English.lproj/DownloadsWindow.nib/classes.nib
===================================================================
--- trunk/English.lproj/DownloadsWindow.nib/classes.nib 2008-04-23 16:47:34 UTC
(rev 3804)
+++ trunk/English.lproj/DownloadsWindow.nib/classes.nib 2008-04-23 22:31:16 UTC
(rev 3805)
@@ -1,37 +1,54 @@
{
- IBClasses = (
- {CLASS = BDSKGradientView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
- {
- ACTIONS = {"" = id; };
- CLASS = FirstResponder;
- LANGUAGE = ObjC;
- SUPERCLASS = NSObject;
- },
- {CLASS = NSObject; LANGUAGE = ObjC; },
- {
- ACTIONS = {
- cancelDownload = id;
- clearDownloads = id;
- dismissDownloadsPreferences = id;
- removeDownload = id;
- showDownloadPreferences = id;
- };
- CLASS = SKDownloadController;
- LANGUAGE = ObjC;
- OUTLETS = {
- clearButton = NSButton;
- preferencesSheet = NSWindow;
- tableView = SKTableView;
- };
- SUPERCLASS = NSWindowController;
- },
- {CLASS = SKProgressCell; LANGUAGE = ObjC; SUPERCLASS =
NSTextFieldCell; },
- {
- ACTIONS = {delete = id; scrollToBeginningOfDocument = id;
scrollToEndOfDocument = id; };
- CLASS = SKTableView;
- LANGUAGE = ObjC;
- SUPERCLASS = NSTableView;
+ IBClasses = (
+ {
+ CLASS = BDSKGradientView;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSView;
+ },
+ {
+ ACTIONS = {
+ "" = id;
+ };
+ CLASS = FirstResponder;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSObject;
+ },
+ {
+ CLASS = NSObject;
+ LANGUAGE = ObjC;
+ },
+ {
+ ACTIONS = {
+ cancelDownload = id;
+ clearDownloads = id;
+ dismissDownloadsPreferences = id;
+ removeDownload = id;
+ showDownloadPreferences = id;
+ };
+ CLASS = SKDownloadController;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ clearButton = NSButton;
+ preferencesSheet = NSWindow;
+ tableView = SKTableView;
+ };
+ SUPERCLASS = NSWindowController;
+ },
+ {
+ CLASS = SKProgressCell;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSTextFieldCell;
+ },
+ {
+ ACTIONS = {
+ delete = id;
+ scrollToBeginningOfDocument = id;
+ scrollToEndOfDocument = id;
+ };
+ CLASS = SKTableView;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSTableView;
}
- );
- IBVersion = 1;
+ );
+ IBVersion = 1;
}
\ No newline at end of file
Modified: trunk/English.lproj/DownloadsWindow.nib/info.nib
===================================================================
--- trunk/English.lproj/DownloadsWindow.nib/info.nib 2008-04-23 16:47:34 UTC
(rev 3804)
+++ trunk/English.lproj/DownloadsWindow.nib/info.nib 2008-04-23 22:31:16 UTC
(rev 3805)
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>100 77 356 240 0 0 1440 938 </string>
<key>IBFramework Version</key>
- <string>446.1</string>
+ <string>489.0</string>
<key>IBOpenObjects</key>
<array>
<integer>5</integer>
<integer>30</integer>
</array>
<key>IBSystem Version</key>
- <string>8R218</string>
+ <string>9C7010</string>
</dict>
</plist>
Modified: trunk/English.lproj/DownloadsWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)
Modified: trunk/French.lproj/DownloadsWindow.nib/info.nib
===================================================================
--- trunk/French.lproj/DownloadsWindow.nib/info.nib 2008-04-23 16:47:34 UTC
(rev 3804)
+++ trunk/French.lproj/DownloadsWindow.nib/info.nib 2008-04-23 22:31:16 UTC
(rev 3805)
@@ -3,9 +3,13 @@
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
- <string>115 103 356 240 0 0 1600 1178 </string>
+ <string>100 77 356 240 0 0 1440 938 </string>
<key>IBFramework Version</key>
<string>489.0</string>
+ <key>IBOpenObjects</key>
+ <array>
+ <integer>5</integer>
+ </array>
<key>IBSystem Version</key>
<string>9C7010</string>
</dict>
Modified: trunk/French.lproj/DownloadsWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)
Modified: trunk/German.lproj/DownloadsWindow.nib/classes.nib
===================================================================
--- trunk/German.lproj/DownloadsWindow.nib/classes.nib 2008-04-23 16:47:34 UTC
(rev 3804)
+++ trunk/German.lproj/DownloadsWindow.nib/classes.nib 2008-04-23 22:31:16 UTC
(rev 3805)
@@ -1,37 +1,54 @@
{
- IBClasses = (
- {CLASS = BDSKGradientView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
- {
- ACTIONS = {"" = id; };
- CLASS = FirstResponder;
- LANGUAGE = ObjC;
- SUPERCLASS = NSObject;
- },
- {CLASS = NSObject; LANGUAGE = ObjC; },
- {
- ACTIONS = {
- cancelDownload = id;
- clearDownloads = id;
- dismissDownloadsPreferences = id;
- removeDownload = id;
- showDownloadPreferences = id;
- };
- CLASS = SKDownloadController;
- LANGUAGE = ObjC;
- OUTLETS = {
- clearButton = NSButton;
- preferencesSheet = NSWindow;
- tableView = SKTableView;
- };
- SUPERCLASS = NSWindowController;
- },
- {CLASS = SKProgressCell; LANGUAGE = ObjC; SUPERCLASS =
NSTextFieldCell; },
- {
- ACTIONS = {delete = id; scrollToBeginningOfDocument = id;
scrollToEndOfDocument = id; };
- CLASS = SKTableView;
- LANGUAGE = ObjC;
- SUPERCLASS = NSTableView;
+ IBClasses = (
+ {
+ CLASS = BDSKGradientView;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSView;
+ },
+ {
+ ACTIONS = {
+ "" = id;
+ };
+ CLASS = FirstResponder;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSObject;
+ },
+ {
+ CLASS = NSObject;
+ LANGUAGE = ObjC;
+ },
+ {
+ ACTIONS = {
+ cancelDownload = id;
+ clearDownloads = id;
+ dismissDownloadsPreferences = id;
+ removeDownload = id;
+ showDownloadPreferences = id;
+ };
+ CLASS = SKDownloadController;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ clearButton = NSButton;
+ preferencesSheet = NSWindow;
+ tableView = SKTableView;
+ };
+ SUPERCLASS = NSWindowController;
+ },
+ {
+ CLASS = SKProgressCell;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSTextFieldCell;
+ },
+ {
+ ACTIONS = {
+ delete = id;
+ scrollToBeginningOfDocument = id;
+ scrollToEndOfDocument = id;
+ };
+ CLASS = SKTableView;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSTableView;
}
- );
- IBVersion = 1;
+ );
+ IBVersion = 1;
}
\ No newline at end of file
Modified: trunk/German.lproj/DownloadsWindow.nib/info.nib
===================================================================
--- trunk/German.lproj/DownloadsWindow.nib/info.nib 2008-04-23 16:47:34 UTC
(rev 3804)
+++ trunk/German.lproj/DownloadsWindow.nib/info.nib 2008-04-23 22:31:16 UTC
(rev 3805)
@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
- <string>85 65 356 240 0 0 1280 832 </string>
+ <string>100 77 356 240 0 0 1440 938 </string>
<key>IBFramework Version</key>
- <string>446.1</string>
+ <string>489.0</string>
<key>IBOpenObjects</key>
<array>
<integer>30</integer>
+ <integer>5</integer>
</array>
<key>IBSystem Version</key>
- <string>8S165</string>
+ <string>9C7010</string>
</dict>
</plist>
Modified: trunk/German.lproj/DownloadsWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)
Modified: trunk/Italian.lproj/DownloadsWindow.nib/classes.nib
===================================================================
--- trunk/Italian.lproj/DownloadsWindow.nib/classes.nib 2008-04-23 16:47:34 UTC
(rev 3804)
+++ trunk/Italian.lproj/DownloadsWindow.nib/classes.nib 2008-04-23 22:31:16 UTC
(rev 3805)
@@ -1,37 +1,54 @@
{
- IBClasses = (
- {CLASS = BDSKGradientView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
- {
- ACTIONS = {"" = id; };
- CLASS = FirstResponder;
- LANGUAGE = ObjC;
- SUPERCLASS = NSObject;
- },
- {CLASS = NSObject; LANGUAGE = ObjC; },
- {
- ACTIONS = {
- cancelDownload = id;
- clearDownloads = id;
- dismissDownloadsPreferences = id;
- removeDownload = id;
- showDownloadPreferences = id;
- };
- CLASS = SKDownloadController;
- LANGUAGE = ObjC;
- OUTLETS = {
- clearButton = NSButton;
- preferencesSheet = NSWindow;
- tableView = SKTableView;
- };
- SUPERCLASS = NSWindowController;
- },
- {CLASS = SKProgressCell; LANGUAGE = ObjC; SUPERCLASS =
NSTextFieldCell; },
- {
- ACTIONS = {delete = id; scrollToBeginningOfDocument = id;
scrollToEndOfDocument = id; };
- CLASS = SKTableView;
- LANGUAGE = ObjC;
- SUPERCLASS = NSTableView;
+ IBClasses = (
+ {
+ CLASS = BDSKGradientView;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSView;
+ },
+ {
+ ACTIONS = {
+ "" = id;
+ };
+ CLASS = FirstResponder;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSObject;
+ },
+ {
+ CLASS = NSObject;
+ LANGUAGE = ObjC;
+ },
+ {
+ ACTIONS = {
+ cancelDownload = id;
+ clearDownloads = id;
+ dismissDownloadsPreferences = id;
+ removeDownload = id;
+ showDownloadPreferences = id;
+ };
+ CLASS = SKDownloadController;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ clearButton = NSButton;
+ preferencesSheet = NSWindow;
+ tableView = SKTableView;
+ };
+ SUPERCLASS = NSWindowController;
+ },
+ {
+ CLASS = SKProgressCell;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSTextFieldCell;
+ },
+ {
+ ACTIONS = {
+ delete = id;
+ scrollToBeginningOfDocument = id;
+ scrollToEndOfDocument = id;
+ };
+ CLASS = SKTableView;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSTableView;
}
- );
- IBVersion = 1;
+ );
+ IBVersion = 1;
}
\ No newline at end of file
Modified: trunk/Italian.lproj/DownloadsWindow.nib/info.nib
===================================================================
--- trunk/Italian.lproj/DownloadsWindow.nib/info.nib 2008-04-23 16:47:34 UTC
(rev 3804)
+++ trunk/Italian.lproj/DownloadsWindow.nib/info.nib 2008-04-23 22:31:16 UTC
(rev 3805)
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>100 77 356 240 0 0 1440 938 </string>
<key>IBFramework Version</key>
- <string>446.1</string>
+ <string>489.0</string>
<key>IBOpenObjects</key>
<array>
<integer>30</integer>
<integer>5</integer>
</array>
<key>IBSystem Version</key>
- <string>8R218</string>
+ <string>9C7010</string>
</dict>
</plist>
Modified: trunk/Italian.lproj/DownloadsWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)
Modified: trunk/Spanish.lproj/DownloadsWindow.nib/info.nib
===================================================================
--- trunk/Spanish.lproj/DownloadsWindow.nib/info.nib 2008-04-23 16:47:34 UTC
(rev 3804)
+++ trunk/Spanish.lproj/DownloadsWindow.nib/info.nib 2008-04-23 22:31:16 UTC
(rev 3805)
@@ -11,6 +11,6 @@
<integer>5</integer>
</array>
<key>IBSystem Version</key>
- <string>9C31</string>
+ <string>9C7010</string>
</dict>
</plist>
Modified: trunk/Spanish.lproj/DownloadsWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)
Modified: trunk/cs.lproj/DownloadsWindow.nib/classes.nib
===================================================================
--- trunk/cs.lproj/DownloadsWindow.nib/classes.nib 2008-04-23 16:47:34 UTC
(rev 3804)
+++ trunk/cs.lproj/DownloadsWindow.nib/classes.nib 2008-04-23 22:31:16 UTC
(rev 3805)
@@ -1,93 +1,54 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>IBClasses</key>
- <array>
- <dict>
- <key>CLASS</key>
- <string>BDSKGradientView</string>
- <key>LANGUAGE</key>
- <string>ObjC</string>
- <key>SUPERCLASS</key>
- <string>NSView</string>
- </dict>
- <dict>
- <key>CLASS</key>
- <string>SKProgressCell</string>
- <key>LANGUAGE</key>
- <string>ObjC</string>
- <key>SUPERCLASS</key>
- <string>NSTextFieldCell</string>
- </dict>
- <dict>
- <key>ACTIONS</key>
- <dict>
- <key></key>
- <string>id</string>
- </dict>
- <key>CLASS</key>
- <string>FirstResponder</string>
- <key>LANGUAGE</key>
- <string>ObjC</string>
- <key>SUPERCLASS</key>
- <string>NSObject</string>
- </dict>
- <dict>
- <key>CLASS</key>
- <string>NSObject</string>
- <key>LANGUAGE</key>
- <string>ObjC</string>
- </dict>
- <dict>
- <key>ACTIONS</key>
- <dict>
- <key>cancelDownload</key>
- <string>id</string>
- <key>clearDownloads</key>
- <string>id</string>
- <key>dismissDownloadsPreferences</key>
- <string>id</string>
- <key>removeDownload</key>
- <string>id</string>
- <key>showDownloadPreferences</key>
- <string>id</string>
- </dict>
- <key>CLASS</key>
- <string>SKDownloadController</string>
- <key>LANGUAGE</key>
- <string>ObjC</string>
- <key>OUTLETS</key>
- <dict>
- <key>clearButton</key>
- <string>NSButton</string>
- <key>preferencesSheet</key>
- <string>NSWindow</string>
- <key>tableView</key>
- <string>SKTableView</string>
- </dict>
- <key>SUPERCLASS</key>
- <string>NSWindowController</string>
- </dict>
- <dict>
- <key>ACTIONS</key>
- <dict>
- <key>delete</key>
- <string>id</string>
- <key>scrollToBeginningOfDocument</key>
- <string>id</string>
- <key>scrollToEndOfDocument</key>
- <string>id</string>
- </dict>
- <key>CLASS</key>
- <string>SKTableView</string>
- <key>LANGUAGE</key>
- <string>ObjC</string>
- <key>SUPERCLASS</key>
- <string>NSTableView</string>
- </dict>
- </array>
- <key>IBVersion</key>
- <string>1</string>
-</dict>
-</plist>
+{
+ IBClasses = (
+ {
+ CLASS = BDSKGradientView;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSView;
+ },
+ {
+ ACTIONS = {
+ "" = id;
+ };
+ CLASS = FirstResponder;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSObject;
+ },
+ {
+ CLASS = NSObject;
+ LANGUAGE = ObjC;
+ },
+ {
+ ACTIONS = {
+ cancelDownload = id;
+ clearDownloads = id;
+ dismissDownloadsPreferences = id;
+ removeDownload = id;
+ showDownloadPreferences = id;
+ };
+ CLASS = SKDownloadController;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ clearButton = NSButton;
+ preferencesSheet = NSWindow;
+ tableView = SKTableView;
+ };
+ SUPERCLASS = NSWindowController;
+ },
+ {
+ CLASS = SKProgressCell;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSTextFieldCell;
+ },
+ {
+ ACTIONS = {
+ delete = id;
+ scrollToBeginningOfDocument = id;
+ scrollToEndOfDocument = id;
+ };
+ CLASS = SKTableView;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSTableView;
+ }
+ );
+ IBVersion = 1;
+}
\ No newline at end of file
Modified: trunk/cs.lproj/DownloadsWindow.nib/info.nib
===================================================================
--- trunk/cs.lproj/DownloadsWindow.nib/info.nib 2008-04-23 16:47:34 UTC (rev
3804)
+++ trunk/cs.lproj/DownloadsWindow.nib/info.nib 2008-04-23 22:31:16 UTC (rev
3805)
@@ -2,12 +2,16 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
+ <key>IBDocumentLocation</key>
+ <string>69 68 356 240 0 0 1440 938 </string>
<key>IBFramework Version</key>
- <string>629</string>
+ <string>489.0</string>
<key>IBOldestOS</key>
<integer>5</integer>
<key>IBOpenObjects</key>
- <array/>
+ <array>
+ <integer>5</integer>
+ </array>
<key>IBSystem Version</key>
<string>9C7010</string>
<key>targetFramework</key>
Modified: trunk/cs.lproj/DownloadsWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)
Modified: trunk/ru.lproj/DownloadsWindow.nib/classes.nib
===================================================================
--- trunk/ru.lproj/DownloadsWindow.nib/classes.nib 2008-04-23 16:47:34 UTC
(rev 3804)
+++ trunk/ru.lproj/DownloadsWindow.nib/classes.nib 2008-04-23 22:31:16 UTC
(rev 3805)
@@ -1,37 +1,54 @@
{
- IBClasses = (
- {CLASS = BDSKGradientView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
- {
- ACTIONS = {"" = id; };
- CLASS = FirstResponder;
- LANGUAGE = ObjC;
- SUPERCLASS = NSObject;
- },
- {CLASS = NSObject; LANGUAGE = ObjC; },
- {
- ACTIONS = {
- cancelDownload = id;
- clearDownloads = id;
- dismissDownloadsPreferences = id;
- removeDownload = id;
- showDownloadPreferences = id;
- };
- CLASS = SKDownloadController;
- LANGUAGE = ObjC;
- OUTLETS = {
- clearButton = NSButton;
- preferencesSheet = NSWindow;
- tableView = SKTableView;
- };
- SUPERCLASS = NSWindowController;
- },
- {CLASS = SKProgressCell; LANGUAGE = ObjC; SUPERCLASS =
NSTextFieldCell; },
- {
- ACTIONS = {delete = id; scrollToBeginningOfDocument = id;
scrollToEndOfDocument = id; };
- CLASS = SKTableView;
- LANGUAGE = ObjC;
- SUPERCLASS = NSTableView;
+ IBClasses = (
+ {
+ CLASS = BDSKGradientView;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSView;
+ },
+ {
+ ACTIONS = {
+ "" = id;
+ };
+ CLASS = FirstResponder;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSObject;
+ },
+ {
+ CLASS = NSObject;
+ LANGUAGE = ObjC;
+ },
+ {
+ ACTIONS = {
+ cancelDownload = id;
+ clearDownloads = id;
+ dismissDownloadsPreferences = id;
+ removeDownload = id;
+ showDownloadPreferences = id;
+ };
+ CLASS = SKDownloadController;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ clearButton = NSButton;
+ preferencesSheet = NSWindow;
+ tableView = SKTableView;
+ };
+ SUPERCLASS = NSWindowController;
+ },
+ {
+ CLASS = SKProgressCell;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSTextFieldCell;
+ },
+ {
+ ACTIONS = {
+ delete = id;
+ scrollToBeginningOfDocument = id;
+ scrollToEndOfDocument = id;
+ };
+ CLASS = SKTableView;
+ LANGUAGE = ObjC;
+ SUPERCLASS = NSTableView;
}
- );
- IBVersion = 1;
+ );
+ IBVersion = 1;
}
\ No newline at end of file
Modified: trunk/ru.lproj/DownloadsWindow.nib/info.nib
===================================================================
--- trunk/ru.lproj/DownloadsWindow.nib/info.nib 2008-04-23 16:47:34 UTC (rev
3804)
+++ trunk/ru.lproj/DownloadsWindow.nib/info.nib 2008-04-23 22:31:16 UTC (rev
3805)
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
- <string>85 84 356 240 0 0 1280 1002 </string>
+ <string>100 77 356 240 0 0 1440 938 </string>
<key>IBFramework Version</key>
- <string>446.1</string>
+ <string>489.0</string>
<key>IBOpenObjects</key>
<array>
<integer>5</integer>
<integer>30</integer>
</array>
<key>IBSystem Version</key>
- <string>8S165</string>
+ <string>9C7010</string>
</dict>
</plist>
Modified: trunk/ru.lproj/DownloadsWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit