|
From: Andre R. <and...@us...> - 2006-03-10 09:58:13
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22484/Common/headers Modified Files: langinternal.h Log Message: Added error message about missing command shell. Index: langinternal.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/langinternal.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** langinternal.h 30 Sep 2005 15:29:13 -0000 1.7 --- langinternal.h 10 Mar 2006 09:58:08 -0000 1.8 *************** *** 202,205 **** --- 202,206 ---- #define frnonexistantgroupnameerror 160 #define replaceitemerror 161 /* 2005-09-26 creedon */ + #define cmdshellnotfounderror 162 /* 2006-03-10 aradke */ #define langstacklist 137 |