add a comma to message #101401
2002-12-17 Havoc Pennington <hp@pobox.com> * src/xprops.c (validate_or_free_results): add a comma to message #101401
This commit is contained in:
parent
a2d0235d68
commit
f4cb740aac
@ -1,3 +1,7 @@
|
|||||||
|
2002-12-17 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* src/xprops.c (validate_or_free_results): add a comma to message #101401
|
||||||
|
|
||||||
2002-12-16 Bill Haneman <bill.haneman@sun.com>
|
2002-12-16 Bill Haneman <bill.haneman@sun.com>
|
||||||
|
|
||||||
* configure.in:
|
* configure.in:
|
||||||
|
@ -150,7 +150,7 @@ validate_or_free_results (GetPropertyResults *results,
|
|||||||
if (res_name == NULL)
|
if (res_name == NULL)
|
||||||
res_name = "unknown";
|
res_name = "unknown";
|
||||||
|
|
||||||
meta_warning (_("Window 0x%lx has property %s\nthat was expected to have type %s format %d\nand actually has type %s format %d n_items %d.\nThis is most likely an application bug not a window manager bug.\nThe window has title=\"%s\" class=\"%s\" name=\"%s\"\n"),
|
meta_warning (_("Window 0x%lx has property %s\nthat was expected to have type %s format %d\nand actually has type %s format %d n_items %d.\nThis is most likely an application bug, not a window manager bug.\nThe window has title=\"%s\" class=\"%s\" name=\"%s\"\n"),
|
||||||
results->xwindow,
|
results->xwindow,
|
||||||
prop_name ? prop_name : "(bad atom)",
|
prop_name ? prop_name : "(bad atom)",
|
||||||
expected_name ? expected_name : "(bad atom)",
|
expected_name ? expected_name : "(bad atom)",
|
||||||
|
Loading…
Reference in New Issue
Block a user