Revision: 3976
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3976&view=rev
Author:   hofman
Date:     2008-06-06 09:47:44 -0700 (Fri, 06 Jun 2008)

Log Message:
-----------
Fix bugs from IB 2.x that added check marks in popup

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/classes.nib
    trunk/English.lproj/PreferenceWindow.nib/info.nib
    trunk/English.lproj/PreferenceWindow.nib/keyedobjects.nib
    trunk/French.lproj/PreferenceWindow.nib/classes.nib
    trunk/French.lproj/PreferenceWindow.nib/info.nib
    trunk/French.lproj/PreferenceWindow.nib/keyedobjects.nib
    trunk/Italian.lproj/PreferenceWindow.nib/classes.nib
    trunk/Italian.lproj/PreferenceWindow.nib/info.nib
    trunk/Italian.lproj/PreferenceWindow.nib/keyedobjects.nib
    trunk/Spanish.lproj/PreferenceWindow.nib/classes.nib
    trunk/Spanish.lproj/PreferenceWindow.nib/info.nib
    trunk/Spanish.lproj/PreferenceWindow.nib/keyedobjects.nib

Modified: trunk/Dutch.lproj/PreferenceWindow.nib/classes.nib
===================================================================
--- trunk/Dutch.lproj/PreferenceWindow.nib/classes.nib  2008-06-06 15:19:16 UTC 
(rev 3975)
+++ trunk/Dutch.lproj/PreferenceWindow.nib/classes.nib  2008-06-06 16:47:44 UTC 
(rev 3976)
@@ -6,22 +6,19 @@
        <array>
                <dict>
                        <key>CLASS</key>
-                       <string>SKFontWell</string>
+                       <string>NSUserDefaultsController</string>
                        <key>LANGUAGE</key>
                        <string>ObjC</string>
-                       <key>OUTLETS</key>
-                       <dict>
-                               <key>target</key>
-                               <string>id</string>
-                       </dict>
                        <key>SUPERCLASS</key>
-                       <string>NSButton</string>
+                       <string>NSController</string>
                </dict>
                <dict>
                        <key>ACTIONS</key>
                        <dict>
                                <key>changeDiscreteThumbnailSizes</key>
                                <string>id</string>
+                               <key>changeFont</key>
+                               <string>id</string>
                                <key>changeTeXEditorPreset</key>
                                <string>id</string>
                                <key>changeUpdateInterval</key>
@@ -71,18 +68,61 @@
                </dict>
                <dict>
                        <key>CLASS</key>
-                       <string>SKLineWell</string>
+                       <string>NSWindowController</string>
                        <key>LANGUAGE</key>
                        <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSResponder</string>
+               </dict>
+               <dict>
+                       <key>ACTIONS</key>
+                       <dict>
+                               <key>changeDashPattern</key>
+                               <string>id</string>
+                               <key>changeEndLineStyle</key>
+                               <string>id</string>
+                               <key>changeLineStyle</key>
+                               <string>id</string>
+                               <key>changeLineWidth</key>
+                               <string>id</string>
+                               <key>changeStartLineStyle</key>
+                               <string>id</string>
+                       </dict>
+                       <key>CLASS</key>
+                       <string>NSObject</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>NSWindow</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSResponder</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>SKFontWell</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
                        <key>OUTLETS</key>
                        <dict>
                                <key>target</key>
                                <string>id</string>
                        </dict>
                        <key>SUPERCLASS</key>
-                       <string>NSControl</string>
+                       <string>NSButton</string>
                </dict>
                <dict>
+                       <key>CLASS</key>
+                       <string>NSView</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSResponder</string>
+               </dict>
+               <dict>
                        <key>ACTIONS</key>
                        <dict>
                                <key></key>
@@ -95,6 +135,37 @@
                        <key>SUPERCLASS</key>
                        <string>NSObject</string>
                </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>NSCell</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSObject</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>NSResponder</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSObject</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>
+                               <key>titleUIElement</key>
+                               <string>id</string>
+                       </dict>
+                       <key>SUPERCLASS</key>
+                       <string>NSControl</string>
+               </dict>
        </array>
        <key>IBVersion</key>
        <string>1</string>

Modified: trunk/Dutch.lproj/PreferenceWindow.nib/info.nib
===================================================================
--- trunk/Dutch.lproj/PreferenceWindow.nib/info.nib     2008-06-06 15:19:16 UTC 
(rev 3975)
+++ trunk/Dutch.lproj/PreferenceWindow.nib/info.nib     2008-06-06 16:47:44 UTC 
(rev 3976)
@@ -3,13 +3,17 @@
 <plist version="1.0">
 <dict>
        <key>IBFramework Version</key>
-       <string>629</string>
+       <string>652</string>
+       <key>IBLastKnownRelativeProjectPath</key>
+       <string>../Skim.xcodeproj</string>
        <key>IBOldestOS</key>
        <integer>5</integer>
        <key>IBOpenObjects</key>
-       <array/>
+       <array>
+               <integer>6</integer>
+       </array>
        <key>IBSystem Version</key>
-       <string>9C7010</string>
+       <string>9D34</string>
        <key>targetFramework</key>
        <string>IBCocoaFramework</string>
 </dict>

Modified: trunk/Dutch.lproj/PreferenceWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)

Modified: trunk/English.lproj/PreferenceWindow.nib/classes.nib
===================================================================
--- trunk/English.lproj/PreferenceWindow.nib/classes.nib        2008-06-06 
15:19:16 UTC (rev 3975)
+++ trunk/English.lproj/PreferenceWindow.nib/classes.nib        2008-06-06 
16:47:44 UTC (rev 3976)
@@ -1,57 +1,173 @@
-{
-    IBClasses =     (
-                {
-            ACTIONS =             {
-                "" = id;
-            };
-            CLASS = FirstResponder;
-            LANGUAGE = ObjC;
-            SUPERCLASS = NSObject;
-        },
-                {
-            CLASS = SKFontWell;
-            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 =             {
-                anchoredNoteFontWell = SKFontWell;
-                boxLineWell = SKLineWell;
-                circleLineWell = SKLineWell;
-                lineLineWell = SKLineWell;
-                revertFullScreenPDFSettingsButton = NSButton;
-                revertPDFSettingsButton = NSButton;
-                snapshotSizeSlider = NSSlider;
-                tabView = NSTabView;
-                texEditorPopUpButton = NSPopUpButton;
-                textLineWell = SKLineWell;
-                textNoteFontWell = SKFontWell;
-                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>NSUserDefaultsController</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSController</string>
+               </dict>
+               <dict>
+                       <key>ACTIONS</key>
+                       <dict>
+                               <key>changeDiscreteThumbnailSizes</key>
+                               <string>id</string>
+                               <key>changeFont</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>anchoredNoteFontWell</key>
+                               <string>SKFontWell</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>textNoteFontWell</key>
+                               <string>SKFontWell</string>
+                               <key>thumbnailSizeSlider</key>
+                               <string>NSSlider</string>
+                       </dict>
+                       <key>SUPERCLASS</key>
+                       <string>NSWindowController</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>NSWindowController</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSResponder</string>
+               </dict>
+               <dict>
+                       <key>ACTIONS</key>
+                       <dict>
+                               <key>changeDashPattern</key>
+                               <string>id</string>
+                               <key>changeEndLineStyle</key>
+                               <string>id</string>
+                               <key>changeLineStyle</key>
+                               <string>id</string>
+                               <key>changeLineWidth</key>
+                               <string>id</string>
+                               <key>changeStartLineStyle</key>
+                               <string>id</string>
+                       </dict>
+                       <key>CLASS</key>
+                       <string>NSObject</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>NSWindow</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSResponder</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>SKFontWell</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>CLASS</key>
+                       <string>NSView</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSResponder</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>NSCell</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSObject</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>NSResponder</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSObject</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>
+                               <key>titleUIElement</key>
+                               <string>id</string>
+                       </dict>
+                       <key>SUPERCLASS</key>
+                       <string>NSControl</string>
+               </dict>
+       </array>
+       <key>IBVersion</key>
+       <string>1</string>
+</dict>
+</plist>

Modified: trunk/English.lproj/PreferenceWindow.nib/info.nib
===================================================================
--- trunk/English.lproj/PreferenceWindow.nib/info.nib   2008-06-06 15:19:16 UTC 
(rev 3975)
+++ trunk/English.lproj/PreferenceWindow.nib/info.nib   2008-06-06 16:47:44 UTC 
(rev 3976)
@@ -2,17 +2,17 @@
 <!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 58 356 240 0 0 1440 938 </string>
        <key>IBFramework Version</key>
-       <string>489.0</string>
-       <key>IBLockedObjects</key>
-       <array/>
+       <string>652</string>
+       <key>IBOldestOS</key>
+       <integer>5</integer>
        <key>IBOpenObjects</key>
        <array>
-               <integer>5</integer>
+               <integer>6</integer>
        </array>
        <key>IBSystem Version</key>
-       <string>9C7010</string>
+       <string>9D34</string>
+       <key>targetFramework</key>
+       <string>IBCocoaFramework</string>
 </dict>
 </plist>

Modified: trunk/English.lproj/PreferenceWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)

Modified: trunk/French.lproj/PreferenceWindow.nib/classes.nib
===================================================================
--- trunk/French.lproj/PreferenceWindow.nib/classes.nib 2008-06-06 15:19:16 UTC 
(rev 3975)
+++ trunk/French.lproj/PreferenceWindow.nib/classes.nib 2008-06-06 16:47:44 UTC 
(rev 3976)
@@ -1,57 +1,173 @@
-{
-    IBClasses =     (
-                {
-            ACTIONS =             {
-                "" = id;
-            };
-            CLASS = FirstResponder;
-            LANGUAGE = ObjC;
-            SUPERCLASS = NSObject;
-        },
-                {
-            CLASS = SKFontWell;
-            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 =             {
-                anchoredNoteFontWell = SKFontWell;
-                boxLineWell = SKLineWell;
-                circleLineWell = SKLineWell;
-                lineLineWell = SKLineWell;
-                revertFullScreenPDFSettingsButton = NSButton;
-                revertPDFSettingsButton = NSButton;
-                snapshotSizeSlider = NSSlider;
-                tabView = NSTabView;
-                texEditorPopUpButton = NSPopUpButton;
-                textLineWell = SKLineWell;
-                textNoteFontWell = SKFontWell;
-                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>NSUserDefaultsController</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSController</string>
+               </dict>
+               <dict>
+                       <key>ACTIONS</key>
+                       <dict>
+                               <key>changeDiscreteThumbnailSizes</key>
+                               <string>id</string>
+                               <key>changeFont</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>anchoredNoteFontWell</key>
+                               <string>SKFontWell</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>textNoteFontWell</key>
+                               <string>SKFontWell</string>
+                               <key>thumbnailSizeSlider</key>
+                               <string>NSSlider</string>
+                       </dict>
+                       <key>SUPERCLASS</key>
+                       <string>NSWindowController</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>NSWindowController</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSResponder</string>
+               </dict>
+               <dict>
+                       <key>ACTIONS</key>
+                       <dict>
+                               <key>changeDashPattern</key>
+                               <string>id</string>
+                               <key>changeEndLineStyle</key>
+                               <string>id</string>
+                               <key>changeLineStyle</key>
+                               <string>id</string>
+                               <key>changeLineWidth</key>
+                               <string>id</string>
+                               <key>changeStartLineStyle</key>
+                               <string>id</string>
+                       </dict>
+                       <key>CLASS</key>
+                       <string>NSObject</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>NSWindow</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSResponder</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>SKFontWell</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>CLASS</key>
+                       <string>NSView</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSResponder</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>NSCell</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSObject</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>NSResponder</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSObject</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>
+                               <key>titleUIElement</key>
+                               <string>id</string>
+                       </dict>
+                       <key>SUPERCLASS</key>
+                       <string>NSControl</string>
+               </dict>
+       </array>
+       <key>IBVersion</key>
+       <string>1</string>
+</dict>
+</plist>

Modified: trunk/French.lproj/PreferenceWindow.nib/info.nib
===================================================================
--- trunk/French.lproj/PreferenceWindow.nib/info.nib    2008-06-06 15:19:16 UTC 
(rev 3975)
+++ trunk/French.lproj/PreferenceWindow.nib/info.nib    2008-06-06 16:47:44 UTC 
(rev 3976)
@@ -2,17 +2,19 @@
 <!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 58 356 240 0 0 1440 938 </string>
        <key>IBFramework Version</key>
-       <string>489.0</string>
-       <key>IBLockedObjects</key>
-       <array/>
+       <string>652</string>
+       <key>IBLastKnownRelativeProjectPath</key>
+       <string>../Skim.xcodeproj</string>
+       <key>IBOldestOS</key>
+       <integer>5</integer>
        <key>IBOpenObjects</key>
        <array>
-               <integer>5</integer>
+               <integer>174</integer>
        </array>
        <key>IBSystem Version</key>
-       <string>9C7010</string>
+       <string>9D34</string>
+       <key>targetFramework</key>
+       <string>IBCocoaFramework</string>
 </dict>
 </plist>

Modified: trunk/French.lproj/PreferenceWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)

Modified: trunk/Italian.lproj/PreferenceWindow.nib/classes.nib
===================================================================
--- trunk/Italian.lproj/PreferenceWindow.nib/classes.nib        2008-06-06 
15:19:16 UTC (rev 3975)
+++ trunk/Italian.lproj/PreferenceWindow.nib/classes.nib        2008-06-06 
16:47:44 UTC (rev 3976)
@@ -1,57 +1,173 @@
-{
-    IBClasses =     (
-                {
-            ACTIONS =             {
-                "" = id;
-            };
-            CLASS = FirstResponder;
-            LANGUAGE = ObjC;
-            SUPERCLASS = NSObject;
-        },
-                {
-            CLASS = SKFontWell;
-            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 =             {
-                anchoredNoteFontWell = SKFontWell;
-                boxLineWell = SKLineWell;
-                circleLineWell = SKLineWell;
-                lineLineWell = SKLineWell;
-                revertFullScreenPDFSettingsButton = NSButton;
-                revertPDFSettingsButton = NSButton;
-                snapshotSizeSlider = NSSlider;
-                tabView = NSTabView;
-                texEditorPopUpButton = NSPopUpButton;
-                textLineWell = SKLineWell;
-                textNoteFontWell = SKFontWell;
-                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>NSUserDefaultsController</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSController</string>
+               </dict>
+               <dict>
+                       <key>ACTIONS</key>
+                       <dict>
+                               <key>changeDiscreteThumbnailSizes</key>
+                               <string>id</string>
+                               <key>changeFont</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>anchoredNoteFontWell</key>
+                               <string>SKFontWell</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>textNoteFontWell</key>
+                               <string>SKFontWell</string>
+                               <key>thumbnailSizeSlider</key>
+                               <string>NSSlider</string>
+                       </dict>
+                       <key>SUPERCLASS</key>
+                       <string>NSWindowController</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>NSWindowController</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSResponder</string>
+               </dict>
+               <dict>
+                       <key>ACTIONS</key>
+                       <dict>
+                               <key>changeDashPattern</key>
+                               <string>id</string>
+                               <key>changeEndLineStyle</key>
+                               <string>id</string>
+                               <key>changeLineStyle</key>
+                               <string>id</string>
+                               <key>changeLineWidth</key>
+                               <string>id</string>
+                               <key>changeStartLineStyle</key>
+                               <string>id</string>
+                       </dict>
+                       <key>CLASS</key>
+                       <string>NSObject</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>NSWindow</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSResponder</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>SKFontWell</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>CLASS</key>
+                       <string>NSView</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSResponder</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>NSCell</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSObject</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>NSResponder</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSObject</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>
+                               <key>titleUIElement</key>
+                               <string>id</string>
+                       </dict>
+                       <key>SUPERCLASS</key>
+                       <string>NSControl</string>
+               </dict>
+       </array>
+       <key>IBVersion</key>
+       <string>1</string>
+</dict>
+</plist>

Modified: trunk/Italian.lproj/PreferenceWindow.nib/info.nib
===================================================================
--- trunk/Italian.lproj/PreferenceWindow.nib/info.nib   2008-06-06 15:19:16 UTC 
(rev 3975)
+++ trunk/Italian.lproj/PreferenceWindow.nib/info.nib   2008-06-06 16:47:44 UTC 
(rev 3976)
@@ -2,17 +2,19 @@
 <!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>70 139 356 240 0 0 1440 938 </string>
        <key>IBFramework Version</key>
-       <string>489.0</string>
-       <key>IBLockedObjects</key>
-       <array/>
+       <string>652</string>
+       <key>IBLastKnownRelativeProjectPath</key>
+       <string>../Skim.xcodeproj</string>
+       <key>IBOldestOS</key>
+       <integer>5</integer>
        <key>IBOpenObjects</key>
        <array>
-               <integer>5</integer>
+               <integer>6</integer>
        </array>
        <key>IBSystem Version</key>
-       <string>9C7010</string>
+       <string>9D34</string>
+       <key>targetFramework</key>
+       <string>IBCocoaFramework</string>
 </dict>
 </plist>

Modified: trunk/Italian.lproj/PreferenceWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)

Modified: trunk/Spanish.lproj/PreferenceWindow.nib/classes.nib
===================================================================
--- trunk/Spanish.lproj/PreferenceWindow.nib/classes.nib        2008-06-06 
15:19:16 UTC (rev 3975)
+++ trunk/Spanish.lproj/PreferenceWindow.nib/classes.nib        2008-06-06 
16:47:44 UTC (rev 3976)
@@ -1,57 +1,173 @@
-{
-    IBClasses =     (
-                {
-            ACTIONS =             {
-                "" = id;
-            };
-            CLASS = FirstResponder;
-            LANGUAGE = ObjC;
-            SUPERCLASS = NSObject;
-        },
-                {
-            CLASS = SKFontWell;
-            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 =             {
-                anchoredNoteFontWell = SKFontWell;
-                boxLineWell = SKLineWell;
-                circleLineWell = SKLineWell;
-                lineLineWell = SKLineWell;
-                revertFullScreenPDFSettingsButton = NSButton;
-                revertPDFSettingsButton = NSButton;
-                snapshotSizeSlider = NSSlider;
-                tabView = NSTabView;
-                texEditorPopUpButton = NSPopUpButton;
-                textLineWell = SKLineWell;
-                textNoteFontWell = SKFontWell;
-                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>NSUserDefaultsController</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSController</string>
+               </dict>
+               <dict>
+                       <key>ACTIONS</key>
+                       <dict>
+                               <key>changeDiscreteThumbnailSizes</key>
+                               <string>id</string>
+                               <key>changeFont</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>anchoredNoteFontWell</key>
+                               <string>SKFontWell</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>textNoteFontWell</key>
+                               <string>SKFontWell</string>
+                               <key>thumbnailSizeSlider</key>
+                               <string>NSSlider</string>
+                       </dict>
+                       <key>SUPERCLASS</key>
+                       <string>NSWindowController</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>NSWindowController</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSResponder</string>
+               </dict>
+               <dict>
+                       <key>ACTIONS</key>
+                       <dict>
+                               <key>changeDashPattern</key>
+                               <string>id</string>
+                               <key>changeEndLineStyle</key>
+                               <string>id</string>
+                               <key>changeLineStyle</key>
+                               <string>id</string>
+                               <key>changeLineWidth</key>
+                               <string>id</string>
+                               <key>changeStartLineStyle</key>
+                               <string>id</string>
+                       </dict>
+                       <key>CLASS</key>
+                       <string>NSObject</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>NSWindow</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSResponder</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>SKFontWell</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>CLASS</key>
+                       <string>NSView</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSResponder</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>NSCell</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSObject</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>NSResponder</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSObject</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>
+                               <key>titleUIElement</key>
+                               <string>id</string>
+                       </dict>
+                       <key>SUPERCLASS</key>
+                       <string>NSControl</string>
+               </dict>
+       </array>
+       <key>IBVersion</key>
+       <string>1</string>
+</dict>
+</plist>

Modified: trunk/Spanish.lproj/PreferenceWindow.nib/info.nib
===================================================================
--- trunk/Spanish.lproj/PreferenceWindow.nib/info.nib   2008-06-06 15:19:16 UTC 
(rev 3975)
+++ trunk/Spanish.lproj/PreferenceWindow.nib/info.nib   2008-06-06 16:47:44 UTC 
(rev 3976)
@@ -2,17 +2,19 @@
 <!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 58 356 240 0 0 1440 938 </string>
        <key>IBFramework Version</key>
-       <string>489.0</string>
-       <key>IBLockedObjects</key>
-       <array/>
+       <string>652</string>
+       <key>IBLastKnownRelativeProjectPath</key>
+       <string>../Skim.xcodeproj</string>
+       <key>IBOldestOS</key>
+       <integer>5</integer>
        <key>IBOpenObjects</key>
        <array>
-               <integer>5</integer>
+               <integer>482</integer>
        </array>
        <key>IBSystem Version</key>
-       <string>9C7010</string>
+       <string>9D34</string>
+       <key>targetFramework</key>
+       <string>IBCocoaFramework</string>
 </dict>
 </plist>

Modified: trunk/Spanish.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.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to