blob: 9fb9469c35244c4d4367c5cb28e7506beae9b011 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
#muuid {0e5f3b9d-ebcd-44d7-9374-d8e5d88df4e3}
;============================================================
; File: RecentContacts.dll
; Plugin: Recent contacts
; Version: 0.1.0.3
; Authors: ValeraVi, Kildor
;============================================================
[Adds a menu item in main menu, which open the window with list of last used contacts names, sorted in order from most recent to least.]
;file \plugins\RecentContacts\res\resource.rc
[Recent Contacts]
[Plugin settings]
[Number of shown contacts:\n (0 to show all)]
[Format of date and time\n(Look to readme for placeholders help)]
[Hide offline contacts]
[Resize window according to contact list]
;file \plugins\RecentContacts\src\options.cpp
[Contacts]
;file \plugins\RecentContacts\src\RecentContacts.cpp
[Main icon]
[Contact]
[Toggle Ignore]
[Ignore Contact]
[Show Contact]
[Show Recent Contacts]
|