[Rezilla-commits] RezillaSource/Rezilla_Src/Architecture RezillaPluginInterface.h, 1.21, 1.22
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2006-11-25 11:59:16
|
Update of /cvsroot/rezilla/RezillaSource/Rezilla_Src/Architecture In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29251 Modified Files: RezillaPluginInterface.h Log Message: Err code for plugin refused Index: RezillaPluginInterface.h =================================================================== RCS file: /cvsroot/rezilla/RezillaSource/Rezilla_Src/Architecture/RezillaPluginInterface.h,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- RezillaPluginInterface.h 24 Nov 2006 11:52:42 -0000 1.21 +++ RezillaPluginInterface.h 25 Nov 2006 11:59:09 -0000 1.22 @@ -169,6 +169,7 @@ plugErr_RevertResourceFailed, plugErr_CantResizeWindow, plugErr_CantHandleMenuCommand, + plugErr_CantEditEmptyResource, plugErr_LastError }; |