diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-04-28 16:42:53 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-04-28 16:42:53 +0000 |
commit | 9fa8edc73b6687bbc0f43743b872af83d4d06759 (patch) | |
tree | 148f4807922cf6e3d2814df0747494b3cece6f87 /protocols/Tox/res | |
parent | cdd6bf525f77553ed7b30794f24b37dc42f0e434 (diff) |
Tox: updating tox nodes from https://nodes.tox.chat/json
git-svn-id: http://svn.miranda-ng.org/main/trunk@16790 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/res')
-rw-r--r-- | protocols/Tox/res/resource.rc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc index 151a9163f6..77d0bd1bef 100644 --- a/protocols/Tox/res/resource.rc +++ b/protocols/Tox/res/resource.rc @@ -154,6 +154,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN
CONTROL "",IDC_NODESLIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,8,7,295,201
PUSHBUTTON "Add",IDC_ADDNODE,253,213,50,14
+ PUSHBUTTON "Update",IDC_UPDATENODES,8,213,50,14
END
IDD_NODE_EDITOR DIALOGEX 0, 0, 213, 118
@@ -359,9 +360,9 @@ END // AFX_DIALOG_LAYOUT
//
-IDD_OPTIONS_MULTIMEDIA AFX_DIALOG_LAYOUT
+IDD_OPTIONS_MULTIMEDIA AFX_DIALOG_LAYOUT
BEGIN
- 0
+ 0x0000
END
#endif // English resources
|