mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Change windows from starting with "Hexchat: " to ending with " - Hexchat"
This commit is contained in:
committed by
TingPing
parent
b29a046b55
commit
d935197895
@@ -406,7 +406,7 @@ notify_opengui (void)
|
||||
}
|
||||
|
||||
notify_window =
|
||||
mg_create_generic_tab ("Notify", _(DISPLAY_NAME": Friends List"), FALSE, TRUE,
|
||||
mg_create_generic_tab ("Notify", _("Friends List - "DISPLAY_NAME), FALSE, TRUE,
|
||||
notify_closegui, NULL, 400, 250, &vbox, 0);
|
||||
gtkutil_destroy_on_esc (notify_window);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user