summaryrefslogtreecommitdiff
path: root/plugins/FingerprintNG/res/resource.rc
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-01-29 06:06:33 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-01-29 06:06:33 +0000
commit55d1905cffff485f577d49654a18362cbcfb61ec (patch)
tree8ee949f54dcf001568037ecc0b8ebb01fe2bd153 /plugins/FingerprintNG/res/resource.rc
parent5befe30aa1ff4a3a8c227e3a8f44fa4d58ab7334 (diff)
added option for disabling secure overlay
git-svn-id: http://svn.miranda-ng.org/main/trunk@3327 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/res/resource.rc')
-rw-r--r--plugins/FingerprintNG/res/resource.rc12
1 files changed, 1 insertions, 11 deletions
diff --git a/plugins/FingerprintNG/res/resource.rc b/plugins/FingerprintNG/res/resource.rc
index 553c5bf0ae..0674778240 100644
--- a/plugins/FingerprintNG/res/resource.rc
+++ b/plugins/FingerprintNG/res/resource.rc
@@ -26,16 +26,6 @@
IDI_UNDETECTED ICON "undetected.ico"
IDI_UNKNOWN ICON "unknown.ico"
-/////////////////////////////////////////////////////////////////////////////
-//
-// String Table
-//
-
-STRINGTABLE
-BEGIN
- IDS_IDENTIFY "# Finger Icons #"
-END
-
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
@@ -84,7 +74,7 @@ BEGIN
CONTROL "Platform overlays", IDC_GROUP_OVERLAYS_PLATFORM, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,40,120,10
CONTROL "Protocols overlays", IDC_GROUP_OVERLAYS_PROTO, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,50,120,10
CONTROL "Unicode overlay", IDC_GROUP_OVERLAYS_UNICODE, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,60,120,10
-// CONTROL "Secure overlays", IDC_GROUP_OVERLAYS_SECURITY, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,70,120,10
+ CONTROL "Secure overlays", IDC_GROUP_OVERLAYS_SECURITY, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,50,140,10
GROUPBOX "Select protocols", IDC_STATIC,15,75,290,140