win32: change from ircd-ratbox-class to charybdis-class

This commit is contained in:
Elizabeth Myers 2016-04-02 23:19:38 -05:00
parent ffa79a9516
commit f8ef4b8dd6
1 changed files with 1 additions and 1 deletions

View File

@ -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;