|
From: Andre R. <and...@us...> - 2006-03-10 09:58:47
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22858/Common/resources/Win32 Modified Files: WinLand.rc Log Message: Added error message about missing command shell. Index: WinLand.rc =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Win32/WinLand.rc,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** WinLand.rc 25 Feb 2006 18:44:27 -0000 1.19 --- WinLand.rc 10 Mar 2006 09:58:41 -0000 1.20 *************** *** 1533,1536 **** --- 1533,1537 ---- 160 Lang_Errors DISCARDABLE BEGIN "Can't execute command because the replacement string contains a non-existant group name at character #^0.\0" END 161 Lang_Errors DISCARDABLE BEGIN "An item named \042^0\042 already exists.\0" END // Replace it or create a duplicate?" /* 2005-09-26 creedon */ + 162 Lang_Errors DISCARDABLE BEGIN "Can't run shell command because the shell \042^0\042 was not found.\0" END /* 2006-03-10 aradke */ 1 Mac_Errors DISCARDABLE BEGIN "The \042^0\042 folder is full.\0" END |