[commit] r2141 - trunk/GME/Mga
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Jan 23 09:16:34 CST 2013
Author: ksmyth
Date: Wed Jan 23 09:16:34 2013
New Revision: 2141
Log:
Change E_MGA_LIBOBJECT message: Objects in libraries may not be modified
Modified:
trunk/GME/Mga/MgaErr.c
Modified: trunk/GME/Mga/MgaErr.c
==============================================================================
--- trunk/GME/Mga/MgaErr.c Tue Jan 15 14:30:34 2013 (r2140)
+++ trunk/GME/Mga/MgaErr.c Wed Jan 23 09:16:34 2013 (r2141)
@@ -107,7 +107,7 @@
{E_MGA_META_VIOLATION, L"The operation caused meta violation for object %o"},
{E_MGA_NOT_CHANGEABLE, L"Object cannot be changed"},
{E_MGA_OP_REFUSED, L"Operation refused due to the state of existing data"},
-{E_MGA_LIBOBJECT, L"Object belongs to a lib image"},
+{E_MGA_LIBOBJECT, L"Objects in libraries may not be modified"},
{E_META_INVALIDATTR, L"Unknown attribute specified"},
{E_META_INVALIDASPECT, L"Unknown aspect specified"},
{E_MGA_ACCESS_TYPE, L"Access method conflicts with attribute type"},
More information about the gme-commit
mailing list