mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 16: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
@@ -2289,7 +2289,7 @@ setup_window_open (void)
|
||||
{
|
||||
GtkWidget *wid, *win, *vbox, *hbox, *hbbox;
|
||||
|
||||
win = gtkutil_window_new (_(DISPLAY_NAME": Preferences"), "prefs", 0, 600, 2);
|
||||
win = gtkutil_window_new (_("Preferences - "DISPLAY_NAME), "prefs", 0, 600, 2);
|
||||
|
||||
vbox = gtk_vbox_new (FALSE, 5);
|
||||
gtk_container_set_border_width (GTK_CONTAINER (vbox), 6);
|
||||
|
||||
Reference in New Issue
Block a user