Update of /cvsroot/paranoidandroid/paranoidandroid/Resources/PrefPane/English.lproj/MainMenu.nib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7974/Resources/PrefPane/English.lproj/MainMenu.nib
Modified Files:
classes.nib info.nib objects.nib
Log Message:
Updated to 1.3. PA now notifies you when attempting to open a file using an application other than the default.
Index: info.nib
===================================================================
RCS file: /cvsroot/paranoidandroid/paranoidandroid/Resources/PrefPane/English.lproj/MainMenu.nib/info.nib,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** info.nib 27 May 2004 11:33:56 -0000 1.1.1.1
--- info.nib 21 Feb 2006 22:16:32 -0000 1.2
***************
*** 6,10 ****
<string>0 6 356 240 0 0 1280 832 </string>
<key>IBFramework Version</key>
! <string>364.0</string>
<key>IBOpenObjects</key>
<array>
--- 6,10 ----
<string>0 6 356 240 0 0 1280 832 </string>
<key>IBFramework Version</key>
! <string>443.0</string>
<key>IBOpenObjects</key>
<array>
***************
*** 12,16 ****
</array>
<key>IBSystem Version</key>
! <string>7F44</string>
</dict>
</plist>
--- 12,16 ----
</array>
<key>IBSystem Version</key>
! <string>8H14</string>
</dict>
</plist>
Index: objects.nib
===================================================================
RCS file: /cvsroot/paranoidandroid/paranoidandroid/Resources/PrefPane/English.lproj/MainMenu.nib/objects.nib,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
Binary files /tmp/cvss5GpQe and /tmp/cvsBYroLc differ
Index: classes.nib
===================================================================
RCS file: /cvsroot/paranoidandroid/paranoidandroid/Resources/PrefPane/English.lproj/MainMenu.nib/classes.nib,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** classes.nib 27 May 2004 11:33:56 -0000 1.1.1.1
--- classes.nib 21 Feb 2006 22:16:32 -0000 1.2
***************
*** 3,7 ****
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
! ACTIONS = {addScheme = id; doRotateAbout = id; removeScheme = id; };
CLASS = ParanoidAndroidController;
LANGUAGE = ObjC;
--- 3,13 ----
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
! ACTIONS = {
! addScheme = id;
! doRotateAbout = id;
! removeScheme = id;
! watchRemappingChanged = id;
! watchSchemesChanged = id;
! };
CLASS = ParanoidAndroidController;
LANGUAGE = ObjC;
***************
*** 11,14 ****
--- 17,22 ----
permittedSchemes = NSTableView;
removeButton = NSButton;
+ watchRemappingButton = NSButton;
+ watchSchemesButton = NSButton;
window = NSWindow;
};
|