diff options
author | dartraiden <wowemuh@gmail.com> | 2023-11-07 09:15:14 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-11-07 09:15:14 +0300 |
commit | 9691f9d0cb5c366969aa327f7b7e5ebddbf9bcf6 (patch) | |
tree | cdedb2ce12c0b57778365a10287c455d032656b8 /plugins/RecentContacts/res/resource.rc | |
parent | 99e59de449b5746c066c785edf4c16ce58eb2333 (diff) |
RecentContacts: move docs to wiki (fixes #3856)
Diffstat (limited to 'plugins/RecentContacts/res/resource.rc')
-rw-r--r-- | plugins/RecentContacts/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/RecentContacts/res/resource.rc b/plugins/RecentContacts/res/resource.rc index 094dac0344..dd49699563 100644 --- a/plugins/RecentContacts/res/resource.rc +++ b/plugins/RecentContacts/res/resource.rc @@ -42,7 +42,7 @@ BEGIN EDITTEXT IDC_SHOWNCONTACTS,161,27,28,12,ES_AUTOHSCROLL
CONTROL "Number of shown contacts:\n (0 to show all)",IDC_STATIC,
"Static",SS_LEFTNOWORDWRAP | WS_GROUP,15,27,141,17
- LTEXT "Format of date and time\n(Look to readme for placeholders help)",IDC_STATIC,15,50,141,28
+ LTEXT "Format of date and time\n(Look to wiki for placeholders help)",IDC_STATIC,15,50,141,28
EDITTEXT IDC_DATETIME,161,50,137,12,ES_AUTOHSCROLL
CONTROL "Hide offline contacts",IDC_HIDEOFFLINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,75,283,8
CONTROL "Resize window according to contact list",IDC_WINDOWAUTOSIZE,
|