[Python-checkins] python/dist/src/Mac/Include pythonresources.h,1.28,1.29

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 13 Dec 2002 16:05:02 -0800


Update of /cvsroot/python/python/dist/src/Mac/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv13143

Modified Files:
	pythonresources.h 
Log Message:
Got rid of outdated defines.

Index: pythonresources.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Include/pythonresources.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** pythonresources.h	10 Sep 2002 12:32:47 -0000	1.28
--- pythonresources.h	14 Dec 2002 00:05:00 -0000	1.29
***************
*** 50,67 ****
  #define BASE_ID 228
  
- /* The alert for "No Python directory, where is it?" (OBSOLETE) */
- #define NOPYTHON_ALERT	BASE_ID+0
- #define YES_ITEM		1
- #define NO_ITEM			2
- #define CURWD_ITEM		3
- 
  /* The alert for "this is an applet template" */
  #define NOPYC_ALERT		BASE_ID+1
- 
- /* The dialog for our GetDirectory and PromptGetFile call */
- #define GETDIR_ID 		BASE_ID+2		/* Resource ID for our "get directory" */
- #define GETFILEPROMPT_ID BASE_ID+4		/* Resource id for prompted get file */
- #define PROMPT_ITEM		10				/* The prompt, at the top */
- #define SELECTCUR_ITEM	11				/* "Select current directory" button */
  
  
--- 50,55 ----