| commit | e76218dd61b112c21a14b3c2c7835b5dba873e27 | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@free.fr> | Wed May 09 17:31:31 2001 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed May 09 17:31:31 2001 +0000 |
| tree | 0f7f96897466176af0c4a1f18bdbe4f4e8cad628 | |
| parent | 3abeae8f4af46f1d8ddc158f6bc9892504a38982 [diff] [blame] |
Add '\n' at the end of traces.
diff --git a/controls/menu.c b/controls/menu.c index 2bd9f35..49201ec 100644 --- a/controls/menu.c +++ b/controls/menu.c
@@ -3630,7 +3630,7 @@ if (IS_STRING_ITEM(flags) && str) TRACE("hMenu %04x, pos %d, flags %08x, " - "id %04x, str '%s'\n", + "id %04x, str %s\n", hMenu, pos, flags, id, debugstr_w(str) ); else TRACE("hMenu %04x, pos %d, flags %08x, " "id %04x, str %08lx (not a string)\n",