diff --git a/Graphics/ReadImg.cpp b/Graphics/ReadImg.cpp index f9a91a04f693e2da0b1d1d4a185d5fd84891a26c..9ec28628d3d95d054517cc87ba9afb4c9f5caf01 100644 --- a/Graphics/ReadImg.cpp +++ b/Graphics/ReadImg.cpp @@ -1,4 +1,4 @@ -// $Id: ReadImg.cpp,v 1.14 2006-01-28 07:48:43 geuzaine Exp $ +// $Id: ReadImg.cpp,v 1.15 2006-01-28 23:01:15 geuzaine Exp $ // // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // @@ -49,7 +49,7 @@ static Post_View *Img2Pos(Fl_RGB_Image & img_init, int quads=1, int dim = img->d(); if(dim != 1) { - Msg(GERROR, "Unable to convert image to grayscale"); + Msg(GERROR, "Unable to obtain one-channel image"); return NULL; }