diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2018-12-25 14:42:26 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2018-12-25 14:42:26 +0300 |
commit | a475a1ad46ab81048272419c368365c147242b44 (patch) | |
tree | 4aaef14ea9958b5238a9d30dd3fa1e2ad83cc7c0 /plugins/FingerprintNG/res | |
parent | d4b1cd4e90f420bc1a7fff0767f4b5ceb4c91a62 (diff) |
Fingerprint: moved to m_gui
Diffstat (limited to 'plugins/FingerprintNG/res')
-rw-r--r-- | plugins/FingerprintNG/res/resource.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/FingerprintNG/res/resource.rc b/plugins/FingerprintNG/res/resource.rc index b1b6f94849..05d2422296 100644 --- a/plugins/FingerprintNG/res/resource.rc +++ b/plugins/FingerprintNG/res/resource.rc @@ -70,8 +70,7 @@ BEGIN GROUPBOX "Fingerprint overlays icons",IDC_STATIC,15,15,290,60
CONTROL "Miranda clients",IDC_GROUP_MIRANDA,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,30,140,10
CONTROL "Miranda packs overlays",IDC_GROUP_MIRANDA_PACKS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,40,140,10
- CONTROL "Show Miranda version at Overlay#2",IDC_GROUP_MIRANDA_VERSION,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,60,140,10
+ CONTROL "Show Miranda version at Overlay#2",IDC_GROUP_MIRANDA_VERSION,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,60,140,10
CONTROL "Resource overlays",IDC_GROUP_OVERLAYS_RESOURCE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,30,120,10
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
|