summaryrefslogtreecommitdiff
path: root/plugins/FloatingContacts
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-05-23 15:22:04 +0000
committerDart Raiden <wowemuh@gmail.com>2014-05-23 15:22:04 +0000
commit19b3fe1e0134f1adf698ca2078cfa44731e316fa (patch)
tree08fd8d381aebd8784a9db474c01934907ca0f984 /plugins/FloatingContacts
parentecf9ebaac50f3206485dfd924e7f5b3b66eaa705 (diff)
typos
git-svn-id: http://svn.miranda-ng.org/main/trunk@9292 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FloatingContacts')
-rw-r--r--plugins/FloatingContacts/res/fltcnt.rc2
-rw-r--r--plugins/FloatingContacts/src/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/FloatingContacts/res/fltcnt.rc b/plugins/FloatingContacts/res/fltcnt.rc
index 89e6dfd381..789d4e02b1 100644
--- a/plugins/FloatingContacts/res/fltcnt.rc
+++ b/plugins/FloatingContacts/res/fltcnt.rc
@@ -63,7 +63,7 @@ BEGIN
CONTROL "",IDC_WIDTHSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,47,83,11,14
LTEXT "pixels",IDC_LBL_WIDTH,62,86,66,8,0,WS_EX_TRANSPARENT
CONTROL "Hide all contacts",IDC_CHK_HIDE_ALL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,14,115,13,WS_EX_TRANSPARENT
- CONTROL "Hide when a fulscreen app is active",IDC_CHK_HIDE_WHEN_FULSCREEN,
+ CONTROL "Hide when a fullscreen app is active",IDC_CHK_HIDE_WHEN_FULSCREEN,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,12,28,144,22,WS_EX_TRANSPARENT
CONTROL "Show tooltips*",IDC_CHK_TIP,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,159,69,130,14,WS_EX_TRANSPARENT
EDITTEXT IDC_TXT_TIMEIN,171,84,35,12,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER
diff --git a/plugins/FloatingContacts/src/main.cpp b/plugins/FloatingContacts/src/main.cpp
index 3cb5102d27..748f2b1530 100644
--- a/plugins/FloatingContacts/src/main.cpp
+++ b/plugins/FloatingContacts/src/main.cpp
@@ -663,7 +663,7 @@ void RegHotkey(MCONTACT hContact, HWND hwnd)
}
///////////////////////////////////////////////////////
-// Contact sttings
+// Contact settings
void SaveContactsPos()
{