ftp.nice.ch/pub/next/tools/archiver/JumpBack.4.s.tar.gz#/JumpBack_4/twoPassUI.h

This is twoPassUI.h in view mode; [Download] [Up]

//======================================================================
//
//	Portions written by FreemanSoft Inc.
//
//	FreemanSoft disclaims any warranty of any kind, expressed or implied,
//	as to this source code's fitness for any particular use.
//
//	For more information, use the following electronic mail addresses:
//	 
//		info@FreemanSoft.com	general questions
//		support@FreemanSoft.com	technical questions
//
//======================================================================


/*
 *	Used to build a strings table
 */

		/*
		 *	common strings localized by TwoPassUIControl subs
		 */
		 
		/* 
		 * window title strings 
		 */
#define	title_string	NXLocalizedStringFromTable("twoPassUI", "(idle)", NULL, 					idle window title )
#define title_pass_1	NXLocalizedStringFromTable("twoPassUI", "(running first pass)", NULL, 	JumpBack window title )
#define title_pass_2	NXLocalizedStringFromTable("twoPassUI", "(running second pass)", NULL, 			JumpBack window title )

		/* start of string used in logging */
#define	startup_string		NXLocalizedStringFromTable("twoPassUI", "Starting activities.\n", NULL, 		String put in log area )
#define	start_pass_1_string	NXLocalizedStringFromTable("twoPassUI", "Running first pass\n", NULL, 	String put in log area )
#define pass_1_found_something	NXLocalizedStringFromTable("twoPassUI", "The following output outlines a problem:\n", NULL, 	String put in log area )
#define	start_pass_2_string	NXLocalizedStringFromTable("twoPassUI", "Starting pass two.\n", NULL, 			String put in log area )
#define	finished_string 	NXLocalizedStringFromTable("twoPassUI", "Process Complete\n", NULL, 			String put in log area )
#define	abort_string		NXLocalizedStringFromTable("twoPassUI", "Process aborted.\n", NULL, 			String put in log area )


		/*
		 *	common strings that might not be different in TwoPassUIControl subs
		 */
		 
		/*
		 * 	TwoPassUIControl strings 
		 */
#define	missing_source	NXLocalizedStringFromTable("twoPassUI", "No source directory picked", NULL, 				Messages: )
#define missing_dest	NXLocalizedStringFromTable("twoPassUI", "No destination directory picked", NULL, 			Messages: )
		/* 
		 * 	window title strings 
		 */
#define	almost_got_it	NXLocalizedStringFromTable("twoPassUI", "Just let go to accept that file.", NULL, 			JumpBack window title )
#define bogus_file_type	NXLocalizedStringFromTable("twoPassUI", "Items dragged into this app must be folders.", NULL, 	JumpBack window title )

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.