win32: change from ircd-ratbox-class to charybdis-class
This commit is contained in:
parent
ffa79a9516
commit
f8ef4b8dd6
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ rb_init_netio_win32(void)
|
|||
{
|
||||
/* this muchly sucks, but i'm too lazy to do overlapped i/o, maybe someday... -androsyn */
|
||||
WNDCLASS wc;
|
||||
static const char *classname = "ircd-ratbox-class";
|
||||
static const char *classname = "charybdis-class";
|
||||
|
||||
wc.style = 0;
|
||||
wc.lpfnWndProc = (WNDPROC) rb_process_events;
|
||||
|
|
Loading…
Reference in a new issue