Revision: 3723
http://skim-app.svn.sourceforge.net/skim-app/?rev=3723&view=rev
Author: hofman
Date: 2008-04-13 14:11:37 -0700 (Sun, 13 Apr 2008)
Log Message:
-----------
Add tool tips for new font control.
Modified Paths:
--------------
trunk/Dutch.lproj/PreferenceWindow.nib/classes.nib
trunk/Dutch.lproj/PreferenceWindow.nib/info.nib
trunk/Dutch.lproj/PreferenceWindow.nib/keyedobjects.nib
trunk/English.lproj/PreferenceWindow.nib/keyedobjects.nib
trunk/German.lproj/PreferenceWindow.nib/keyedobjects.nib
trunk/Italian.lproj/PreferenceWindow.nib/keyedobjects.nib
trunk/Spanish.lproj/PreferenceWindow.nib/keyedobjects.nib
trunk/cs.lproj/PreferenceWindow.nib/keyedobjects.nib
trunk/ru.lproj/PreferenceWindow.nib/keyedobjects.nib
Modified: trunk/Dutch.lproj/PreferenceWindow.nib/classes.nib
===================================================================
--- trunk/Dutch.lproj/PreferenceWindow.nib/classes.nib 2008-04-13 17:34:17 UTC
(rev 3722)
+++ trunk/Dutch.lproj/PreferenceWindow.nib/classes.nib 2008-04-13 21:11:37 UTC
(rev 3723)
@@ -1,57 +1,102 @@
-{
- IBClasses = (
- {
- ACTIONS = {
- "" = id;
- };
- CLASS = FirstResponder;
- LANGUAGE = ObjC;
- SUPERCLASS = NSObject;
- },
- {
- CLASS = SKFontPicker;
- LANGUAGE = ObjC;
- OUTLETS = {
- target = id;
- };
- SUPERCLASS = NSButton;
- },
- {
- CLASS = SKLineWell;
- LANGUAGE = ObjC;
- OUTLETS = {
- target = id;
- };
- SUPERCLASS = NSControl;
- },
- {
- ACTIONS = {
- changeDiscreteThumbnailSizes = id;
- changeTeXEditorPreset = id;
- changeUpdateInterval = id;
- resetAll = id;
- resetCurrent = id;
- revertFullScreenPDFViewSettings = id;
- revertPDFViewSettings = id;
- };
- CLASS = SKPreferenceController;
- LANGUAGE = ObjC;
- OUTLETS = {
- anchoredNoteFontPicker = SKFontPicker;
- boxLineWell = SKLineWell;
- circleLineWell = SKLineWell;
- lineLineWell = SKLineWell;
- revertFullScreenPDFSettingsButton = NSButton;
- revertPDFSettingsButton = NSButton;
- snapshotSizeSlider = NSSlider;
- tabView = NSTabView;
- texEditorPopUpButton = NSPopUpButton;
- textLineWell = SKLineWell;
- textNoteFontPicker = SKFontPicker;
- thumbnailSizeSlider = NSSlider;
- };
- SUPERCLASS = NSWindowController;
- }
- );
- IBVersion = 1;
-}
\ No newline at end of file
+<?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>SKFontPicker</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>OUTLETS</key>
+ <dict>
+ <key>target</key>
+ <string>id</string>
+ </dict>
+ <key>SUPERCLASS</key>
+ <string>NSButton</string>
+ </dict>
+ <dict>
+ <key>ACTIONS</key>
+ <dict>
+ <key>changeDiscreteThumbnailSizes</key>
+ <string>id</string>
+ <key>changeTeXEditorPreset</key>
+ <string>id</string>
+ <key>changeUpdateInterval</key>
+ <string>id</string>
+ <key>resetAll</key>
+ <string>id</string>
+ <key>resetCurrent</key>
+ <string>id</string>
+ <key>revertFullScreenPDFViewSettings</key>
+ <string>id</string>
+ <key>revertPDFViewSettings</key>
+ <string>id</string>
+ </dict>
+ <key>CLASS</key>
+ <string>SKPreferenceController</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>OUTLETS</key>
+ <dict>
+ <key>anchoredNoteFontPicker</key>
+ <string>SKFontPicker</string>
+ <key>boxLineWell</key>
+ <string>SKLineWell</string>
+ <key>circleLineWell</key>
+ <string>SKLineWell</string>
+ <key>lineLineWell</key>
+ <string>SKLineWell</string>
+ <key>revertFullScreenPDFSettingsButton</key>
+ <string>NSButton</string>
+ <key>revertPDFSettingsButton</key>
+ <string>NSButton</string>
+ <key>snapshotSizeSlider</key>
+ <string>NSSlider</string>
+ <key>tabView</key>
+ <string>NSTabView</string>
+ <key>texEditorPopUpButton</key>
+ <string>NSPopUpButton</string>
+ <key>textLineWell</key>
+ <string>SKLineWell</string>
+ <key>textNoteFontPicker</key>
+ <string>SKFontPicker</string>
+ <key>thumbnailSizeSlider</key>
+ <string>NSSlider</string>
+ </dict>
+ <key>SUPERCLASS</key>
+ <string>NSWindowController</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>SKLineWell</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>OUTLETS</key>
+ <dict>
+ <key>target</key>
+ <string>id</string>
+ </dict>
+ <key>SUPERCLASS</key>
+ <string>NSControl</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>
+ </array>
+ <key>IBVersion</key>
+ <string>1</string>
+</dict>
+</plist>
Modified: trunk/Dutch.lproj/PreferenceWindow.nib/info.nib
===================================================================
--- trunk/Dutch.lproj/PreferenceWindow.nib/info.nib 2008-04-13 17:34:17 UTC
(rev 3722)
+++ trunk/Dutch.lproj/PreferenceWindow.nib/info.nib 2008-04-13 21:11:37 UTC
(rev 3723)
@@ -2,16 +2,12 @@
<!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>489.0</string>
+ <string>629</string>
<key>IBOldestOS</key>
<integer>5</integer>
<key>IBOpenObjects</key>
- <array>
- <integer>5</integer>
- </array>
+ <array/>
<key>IBSystem Version</key>
<string>9C7010</string>
<key>targetFramework</key>
Modified: trunk/Dutch.lproj/PreferenceWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)
Modified: trunk/English.lproj/PreferenceWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)
Modified: trunk/German.lproj/PreferenceWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)
Modified: trunk/Italian.lproj/PreferenceWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)
Modified: trunk/Spanish.lproj/PreferenceWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)
Modified: trunk/cs.lproj/PreferenceWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)
Modified: trunk/ru.lproj/PreferenceWindow.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