Revision: 3730
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3730&view=rev
Author:   hofman
Date:     2008-04-14 04:25:13 -0700 (Mon, 14 Apr 2008)

Log Message:
-----------
Change button type of font picker to push in/out.

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-14 10:59:16 UTC 
(rev 3729)
+++ trunk/Dutch.lproj/PreferenceWindow.nib/classes.nib  2008-04-14 11:25:13 UTC 
(rev 3730)
@@ -1,102 +1,57 @@
-<?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>
+{
+    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

Modified: trunk/Dutch.lproj/PreferenceWindow.nib/info.nib
===================================================================
--- trunk/Dutch.lproj/PreferenceWindow.nib/info.nib     2008-04-14 10:59:16 UTC 
(rev 3729)
+++ trunk/Dutch.lproj/PreferenceWindow.nib/info.nib     2008-04-14 11:25:13 UTC 
(rev 3730)
@@ -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/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

Reply via email to