summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-08-25 19:01:31 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-08-25 19:01:31 +0000
commit38fd2614a8ef2e3d25de20da2019a6cc42e7aeb6 (patch)
treed412a19ab8fe821867a1b22c4c7d2637193e0a52
parent93f7046f32b0ff088605991bc4a1aa28c1e72af9 (diff)
warning fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@10323 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/Tox/res/resource.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc
index 3bfd8ffac4..2c9e78bb9e 100644
--- a/protocols/Tox/res/resource.rc
+++ b/protocols/Tox/res/resource.rc
@@ -121,7 +121,7 @@ BEGIN
LTEXT "Tox profile contains your ID and friend list.\r\nYou may create new profile if you never used tox or use existing profile from other tox client.",IDC_STATIC,7,7,221,33
CONTROL "Create new profile",IDC_CREATE_NEW,"Button",BS_AUTORADIOBUTTON,7,43,221,10
CONTROL "Use existing profile",IDC_USE_EXISTING,"Button",BS_AUTORADIOBUTTON,7,55,221,10
- EDITTEXT IDC_CREATE_NEW,18,67,191,14,ES_AUTOHSCROLL | WS_DISABLED
+ EDITTEXT IDC_PROFILE_PATH, 18, 67, 191, 14, ES_AUTOHSCROLL | WS_DISABLED
PUSHBUTTON "...",IDC_BROWSE_PROFILE,212,67,16,14,WS_DISABLED
END