mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Added prompts to various file-select dialogs
Renumbered resources to above 512
This commit is contained in:
		
							parent
							
								
									ad169272fb
								
							
						
					
					
						commit
						9062fa2fb5
					
				
					 7 changed files with 31 additions and 35 deletions
				
			
		|  | @ -57,7 +57,7 @@ def main(): | |||
| 	# Ask for source text if not specified in sys.argv[1:] | ||||
| 	 | ||||
| 	if not sys.argv[1:]: | ||||
| 		srcfss, ok = macfs.StandardGetFile('TEXT') | ||||
| 		srcfss, ok = macfs.PromptGetFile('Select Python source file:', 'TEXT') | ||||
| 		if not ok: | ||||
| 			return | ||||
| 		filename = srcfss.as_pathname() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jack Jansen
						Jack Jansen