diff -r xchat-2.6.8/src/common/xchat.c xchat-2.6.8_DarkCow/src/common/xchat.c
589c589
<               "NAME Open Link in Opera\n"             "CMD !opera -remote 'openURL(%s)'\n\n";
---
>               "NAME Open Link in Opera\n"             "CMD !opera -newpage '%s'\n\n";
737a738
> #if 0
786a788
> #endif
788d789
< #if 0
894c895
< #endif
---
>
diff -r xchat-2.6.8/src/fe-gtk/maingui.c xchat-2.6.8_DarkCow/src/fe-gtk/maingui.c
465c465
<               snprintf (tbuf, sizeof (tbuf), "XChat: %s %s @ %s",
---
>               snprintf (tbuf, sizeof (tbuf), "XChat-DC: %s %s @ %s",
469c469
<               snprintf (tbuf, sizeof (tbuf), "XChat: %s @ %s",
---
>               snprintf (tbuf, sizeof (tbuf), "XChat-DC: %s @ %s",
474c474
<                                        "XChat: %s @ %s / %s (%s)",
---
>                                        "XChat-DC: %s @ %s / %s (%s)",
480c480
<               snprintf (tbuf, sizeof (tbuf), "XChat: %s @ %s (notices)",
---
>               snprintf (tbuf, sizeof (tbuf), "XChat-DC: %s @ %s (notices)",
485c485
<               gtk_window_set_title (GTK_WINDOW (sess->gui->window), "XChat");
---
>               gtk_window_set_title (GTK_WINDOW (sess->gui->window), "XChat-DC");
diff -r xchat-2.6.8/src/fe-gtk/menu.c xchat-2.6.8_DarkCow/src/fe-gtk/menu.c
754,755c754
<       else
<               menu_quick_item_with_callback (open_url_cb, _("Open Link in Browser"), menu, str_copy);
---
>
1342c1341
<       {0, menu_close, GTK_STOCK_CLOSE, M_MENUSTOCK, 0, 0, 1, GDK_w},
---
>       {0, menu_close, GTK_STOCK_CLOSE, M_MENUSTOCK, 0, 0, 1},

