mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 08:40: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
@@ -398,6 +398,7 @@ notify_opengui (void)
|
||||
{
|
||||
GtkWidget *vbox, *bbox;
|
||||
GtkWidget *view;
|
||||
char buf[128];
|
||||
|
||||
if (notify_window)
|
||||
{
|
||||
@@ -405,9 +406,10 @@ notify_opengui (void)
|
||||
return;
|
||||
}
|
||||
|
||||
g_snprintf(buf, sizeof(buf), _("Friends List - %s"), _(DISPLAY_NAME));
|
||||
notify_window =
|
||||
mg_create_generic_tab ("Notify", _("Friends List - "DISPLAY_NAME), FALSE, TRUE,
|
||||
notify_closegui, NULL, 400, 250, &vbox, 0);
|
||||
mg_create_generic_tab ("Notify", buf, FALSE, TRUE, notify_closegui, NULL, 400,
|
||||
250, &vbox, 0);
|
||||
gtkutil_destroy_on_esc (notify_window);
|
||||
|
||||
view = notify_treeview_new (vbox);
|
||||
|
||||
Reference in New Issue
Block a user