Evas textblock: Improved error message.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 13 Feb 2011 13:07:37 +0000 (13:07 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 13 Feb 2011 13:07:37 +0000 (13:07 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@56984 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/engines/common/evas_text_utils.c

index ad1bcd2..b1f221b 100644 (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