Rebranding

This commit is contained in:
Berke Viktor
2012-11-11 13:51:50 +01:00
parent 4c1f2b93d0
commit 348c6ba919
6 changed files with 9 additions and 9 deletions

View File

@@ -652,7 +652,7 @@ gtkutil_window_new (char *title, char *role, int width, int height, int flags)
win = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtkutil_set_icon (win);
#ifdef WIN32
gtk_window_set_wmclass (GTK_WINDOW (win), "XChat", "xchat");
gtk_window_set_wmclass (GTK_WINDOW (win), "HexChat", "hexchat");
#endif
gtk_window_set_title (GTK_WINDOW (win), title);
gtk_window_set_default_size (GTK_WINDOW (win), width, height);