From bc4d4f6536402b0d23e5442c73449f4bbb3f61d4 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 13 Oct 2012 22:55:35 +0200 Subject: Fix misspelled words --- plugins/hextray/callbacks.cpp | 2 +- plugins/hextray/resource.rc | 2 +- plugins/hextray/xtray.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/hextray') diff --git a/plugins/hextray/callbacks.cpp b/plugins/hextray/callbacks.cpp index 098cd5bb..96990050 100644 --- a/plugins/hextray/callbacks.cpp +++ b/plugins/hextray/callbacks.cpp @@ -152,7 +152,7 @@ int event_cb(char *word[], void *userdata) /**************************************************************************************/ /***** Use windows instead of balloons, and if its a window should we keep it open ****/ - /***** indefinately? ****/ + /***** indefinitely? ****/ /**************************************************************************************/ szTemp = xchat_strip_color(szInfo); diff --git a/plugins/hextray/resource.rc b/plugins/hextray/resource.rc index 1d752fe3..4b028421 100644 --- a/plugins/hextray/resource.rc +++ b/plugins/hextray/resource.rc @@ -122,7 +122,7 @@ BEGIN WS_BORDER | WS_TABSTOP,137,74,61,13 LTEXT "Close all alerts hotkey:",IDC_ALERT_HOTKEY_TEXT,39,75, 76,10 - CONTROL "Leave alerts open indefinately",16,"Button", + CONTROL "Leave alerts open indefinitely",16,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,27,88,115,11 CONTROL "Blink Icon to alert me about events",18,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,16,18,127,10 diff --git a/plugins/hextray/xtray.h b/plugins/hextray/xtray.h index 7fa51ad3..0bd8a990 100644 --- a/plugins/hextray/xtray.h +++ b/plugins/hextray/xtray.h @@ -59,7 +59,7 @@ extern struct _xchat_plugin *ph; #define PREF_AMAE 13 // alert me about events #define PREF_OSBWM 14 // Only Show Balloon When Minimized #define PREF_UWIOB 15 // Use Window Instead of Balloon -#define PREF_KAOI 16 // Keep alerts open indefinately +#define PREF_KAOI 16 // Keep alerts open indefinitely #define PREF_MIOC 17 // Minimize instead of close #define PREF_BLINK 18 // blink icon #define PREF_CICO 19 // change icon - not implemented -- cgit 1.4.1