[Python-checkins] python/dist/src/Mac/OSX/PythonLauncher/PreferenceWindow.nib classes.nib,1.1,1.2 info.nib,1.1,1.2 objects.nib,1.1,1.2

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Thu, 26 Dec 2002 14:10:55 -0800


Update of /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/PreferenceWindow.nib
In directory sc8-pr-cvs1:/tmp/cvs-serv2846/PythonLauncher/PreferenceWindow.nib

Modified Files:
	classes.nib info.nib objects.nib 
Log Message:
Changed the input field for the interpreter to use (in the preferences
window) to a combobox listing the known interpreters.


Index: classes.nib
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/PreferenceWindow.nib/classes.nib,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** classes.nib	29 Jul 2002 21:36:35 -0000	1.1
--- classes.nib	26 Dec 2002 22:10:53 -0000	1.2
***************
*** 3,7 ****
          {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
          {
!             ACTIONS = {do_apply = id; do_filetype = id; do_reset = id; }; 
              CLASS = PreferencesWindowController; 
              LANGUAGE = ObjC; 
--- 3,7 ----
          {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
          {
!             ACTIONS = {"do_apply" = id; "do_filetype" = id; "do_reset" = id; }; 
              CLASS = PreferencesWindowController; 
              LANGUAGE = ObjC; 
***************
*** 17,21 ****
                  tabs = NSButton; 
                  verbose = NSButton; 
!                 with_terminal = NSButton; 
              }; 
              SUPERCLASS = NSWindowController; 
--- 17,21 ----
                  tabs = NSButton; 
                  verbose = NSButton; 
!                 "with_terminal" = NSButton; 
              }; 
              SUPERCLASS = NSWindowController; 

Index: info.nib
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/PreferenceWindow.nib/info.nib,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** info.nib	29 Jul 2002 21:36:35 -0000	1.1
--- info.nib	26 Dec 2002 22:10:53 -0000	1.2
***************
*** 1,10 ****
  <?xml version="1.0" encoding="UTF-8"?>
! <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
! <plist version="0.9">
  <dict>
  	<key>IBDocumentLocation</key>
! 	<string>237 -80 356 240 0 0 1280 938 </string>
  	<key>IBFramework Version</key>
! 	<string>263.2</string>
  	<key>IBOpenObjects</key>
  	<array>
--- 1,10 ----
  <?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">
! <plist version="1.0">
  <dict>
  	<key>IBDocumentLocation</key>
! 	<string>126 59 356 240 0 0 1024 746 </string>
  	<key>IBFramework Version</key>
! 	<string>291.0</string>
  	<key>IBOpenObjects</key>
  	<array>
***************
*** 12,16 ****
  	</array>
  	<key>IBSystem Version</key>
! 	<string>5S66</string>
  </dict>
  </plist>
--- 12,16 ----
  	</array>
  	<key>IBSystem Version</key>
! 	<string>6G30</string>
  </dict>
  </plist>

Index: objects.nib
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nib,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsbqjLSW and /tmp/cvsQARTAJ differ