Evas textblock: Improved error message.

SVN revision: 56984
This commit is contained in:
Tom Hacohen 2011-02-13 13:07:37 +00:00
parent 9ed2f6cbc0
commit c5ebe60c53
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ evas_common_text_props_split(Evas_Text_Props *base,
/* If we didn't find a reasonable cut location, return. */
if (cutoff == 0)
{
ERR("Couldn't find the cutoff position.");
ERR("Couldn't find the cutoff position. Is it inside a cluster?");
return;
}
#else