diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-09-29 17:47:24 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-09-29 17:47:24 +0000 |
commit | 6beb2d44b3ab2811417507be4c78c19626c9ee7e (patch) | |
tree | 0292dd1424658b2a34850dfaebafe2bdde36bfdc /protocols/Tox/src/resource.h | |
parent | 8f994ff592a5501018ba601d33d59a558a2d9840 (diff) |
Tox:
- profile manager is now profile import
- tox profile renaming without reloading of tox core
- updated tox core
git-svn-id: http://svn.miranda-ng.org/main/trunk@10632 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/resource.h')
-rw-r--r-- | protocols/Tox/src/resource.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Tox/src/resource.h b/protocols/Tox/src/resource.h index a59da4ee67..3d68c6c90a 100644 --- a/protocols/Tox/src/resource.h +++ b/protocols/Tox/src/resource.h @@ -4,15 +4,14 @@ //
#define IDI_TOX 1000
#define IDD_PROFILE_MANAGER 1001
+#define IDD_PROFILE_IMPORT 1001
#define IDC_TOXID 1002
#define IDD_ACCOUNT_MANAGER 1003
#define IDC_CLIPBOARD 1004
#define IDD_OPTIONS_MAIN 1005
-#define IDC_CREATE_NEW 1006
#define IDC_PROFILE_PATH 1007
#define IDC_SEARCH 1008
#define IDC_PASSWORD 1008
-#define IDC_USE_EXISTING 1009
#define IDC_BROWSE_PROFILE 1010
#define IDC_NAME 1011
#define IDC_GROUP 1012
|