Rename X-Tray to HexTray

This commit is contained in:
Berke Viktor
2012-07-13 23:17:29 +02:00
parent 25a9a60bab
commit a9c8ab916b
39 changed files with 25 additions and 25 deletions

View File

@@ -732,7 +732,7 @@ tray_apply_setup (void)
}
else
{
if (prefs.gui_tray && !xtray_mode ())
if (prefs.gui_tray && !hextray_mode ())
tray_init ();
}
}
@@ -764,7 +764,7 @@ tray_plugin_init (xchat_plugin *plugin_handle, char **plugin_name,
xchat_hook_print (ph, "Focus Window", -1, tray_focus_cb, NULL);
if (prefs.gui_tray && !xtray_mode ())
if (prefs.gui_tray && !hextray_mode ())
tray_init ();
return 1; /* return 1 for success */