diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 23:17:29 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 23:17:29 +0200 |
commit | a9c8ab916b2106efce25b8b58ec850031a2dfbf3 (patch) | |
tree | a864f236294b7f6adcb0b3c57b015b761481d8c1 /src/fe-gtk/maingui.c | |
parent | 25a9a60bab6e795367d402b82b0c9a19bfcc4f4d (diff) |
Rename X-Tray to HexTray
Diffstat (limited to 'src/fe-gtk/maingui.c')
-rw-r--r-- | src/fe-gtk/maingui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-gtk/maingui.c b/src/fe-gtk/maingui.c index 62a35746..c764e04a 100644 --- a/src/fe-gtk/maingui.c +++ b/src/fe-gtk/maingui.c @@ -1287,7 +1287,7 @@ mg_open_quit_dialog (gboolean minimize_button) gtk_button_box_set_layout (GTK_BUTTON_BOX (dialog_action_area1), GTK_BUTTONBOX_END); - if (minimize_button && !xtray_mode ()) + if (minimize_button && !hextray_mode ()) { button = gtk_button_new_with_mnemonic (_("_Minimize to Tray")); gtk_widget_show (button); @@ -1586,7 +1586,7 @@ mg_create_alertmenu (session *sess, GtkWidget *menu) mg_perchan_menu_item (_("Beep on _Message"), submenu, &sess->alert_beep, prefs.input_beep_chans); - if (!xtray_mode ()) /*disable this context menu item when xtray is loaded */ + if (!hextray_mode ()) /*disable this context menu item when HexTray is loaded */ { mg_perchan_menu_item (_("Blink Tray _Icon"), submenu, &sess->alert_tray, prefs.input_tray_chans); } |