From: mfloryan Date: Wed, 23 Apr 2008 09:02:05 +0000 (+0000) Subject: A small fix to the warning message to make it more explicit. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7bb93ad2ef152adb2565de3c4d1ca012ec7858f6;p=inkscape.git A small fix to the warning message to make it more explicit. --- diff --git a/src/sp-feconvolvematrix.cpp b/src/sp-feconvolvematrix.cpp index b50d84975..cc9073407 100644 --- a/src/sp-feconvolvematrix.cpp +++ b/src/sp-feconvolvematrix.cpp @@ -177,7 +177,7 @@ sp_feConvolveMatrix_set(SPObject *object, unsigned int key, gchar const *value) feConvolveMatrix->kernelMatrix = helperfns_read_vector(value, (int) (feConvolveMatrix->order.getNumber() * feConvolveMatrix->order.getOptNumber())); object->parent->requestModified(SP_OBJECT_MODIFIED_FLAG); } else { - g_warning("You MUST pass a kernelMatrix parameter!"); + g_warning("For feConvolveMatrix you MUST pass a kernelMatrix parameter!"); } break; case SP_ATTR_DIVISOR: