mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 17:20:21 +00:00
Change windows from starting with "Hexchat: " to ending with " - Hexchat"
This commit is contained in:
committed by
TingPing
parent
b29a046b55
commit
d935197895
@@ -195,7 +195,7 @@ url_opengui ()
|
||||
}
|
||||
|
||||
urlgrabberwindow =
|
||||
mg_create_generic_tab ("UrlGrabber", _(DISPLAY_NAME": URL Grabber"), FALSE,
|
||||
mg_create_generic_tab ("UrlGrabber", _("URL Grabber - "DISPLAY_NAME), FALSE,
|
||||
TRUE, url_closegui, NULL, 400, 256, &vbox, 0);
|
||||
gtkutil_destroy_on_esc (urlgrabberwindow);
|
||||
view = url_treeview_new (vbox);
|
||||
|
||||
Reference in New Issue
Block a user