Mercurial > hg > xemacs-beta
diff src/event-Xt.c @ 365:30d2cfa1092a r21-1-12
Import from CVS: tag r21-1-12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:00:12 +0200 |
parents | 7c94d56991e1 |
children | a4f53d9b3154 |
line wrap: on
line diff
--- a/src/event-Xt.c Mon Aug 13 10:59:30 2007 +0200 +++ b/src/event-Xt.c Mon Aug 13 11:00:12 2007 +0200 @@ -2802,9 +2802,9 @@ if ((d = get_device_from_display_1(dpy))) { visual = DEVICE_X_VISUAL(d); if (colormap != DEVICE_X_COLORMAP(d)) { - XtAppWarningMsg(the_app_con, "wierdColormap", "cvtStringToPixel", + XtAppWarningMsg(the_app_con, "weirdColormap", "cvtStringToPixel", "XtToolkitWarning", - "The colormap passed to cvtStringToPixel doesn't match the one registerd to the device.\n", + "The colormap passed to cvtStringToPixel doesn't match the one registered to the device.\n", NULL, 0); status = XAllocNamedColor(dpy, colormap, (char*)str, &screenColor, &exactColor); } else {