mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 01:30:19 +00:00
Use localized "HexChat" in window titles
Also allow rearranging of "HexChat" in window titles
This commit is contained in:
committed by
TingPing
parent
d935197895
commit
18b741804c
@@ -187,6 +187,7 @@ void
|
||||
url_opengui ()
|
||||
{
|
||||
GtkWidget *vbox, *hbox, *view;
|
||||
char buf[128];
|
||||
|
||||
if (urlgrabberwindow)
|
||||
{
|
||||
@@ -194,9 +195,10 @@ url_opengui ()
|
||||
return;
|
||||
}
|
||||
|
||||
g_snprintf(buf, sizeof(buf), _("URL Grabber - %s"), _(DISPLAY_NAME));
|
||||
urlgrabberwindow =
|
||||
mg_create_generic_tab ("UrlGrabber", _("URL Grabber - "DISPLAY_NAME), FALSE,
|
||||
TRUE, url_closegui, NULL, 400, 256, &vbox, 0);
|
||||
mg_create_generic_tab ("UrlGrabber", buf, FALSE, TRUE, url_closegui, NULL,
|
||||
400, 256, &vbox, 0);
|
||||
gtkutil_destroy_on_esc (urlgrabberwindow);
|
||||
view = url_treeview_new (vbox);
|
||||
g_object_set_data (G_OBJECT (urlgrabberwindow), "model",
|
||||
|
||||
Reference in New Issue
Block a user