commit | 05c0c8ef1370f114d850e7aebf1e4ca36b7178a9 | [log] [tgz] |
---|---|---|
author | Dimitrie O. Paun <dimi@cs.toronto.edu> | Sun Mar 28 15:07:41 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Mar 28 15:07:41 1999 +0000 |
tree | 79f485d97925b20b6ff61ca1994281f8c28fe1fc | |
parent | 1ff60f34511b495c6a339c7965f3aa1811adbf78 [diff] [blame] |
Changed some debug messages from one channel to another, to clean up a bit the debug channel usage.
diff --git a/controls/menu.c b/controls/menu.c index 14af490..4a65fd2 100644 --- a/controls/menu.c +++ b/controls/menu.c
@@ -3830,7 +3830,7 @@ if (str[0] == '#') name = (SEGPTR)atoi( str + 1 ); } else - TRACE(resource,"(%04x,%04x)\n",instance,LOWORD(name)); + TRACE(menu,"(%04x,%04x)\n",instance,LOWORD(name)); if (!name) return 0;