summaryrefslogtreecommitdiff
path: root/plugins/FingerprintNG/res
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-12-04 19:52:06 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-12-04 19:52:06 +0000
commit1f050b13a775eb02af256b7d1580e0b08fc7fc9e (patch)
treecdb9216ffdbb826deed183fed16be68e33e63c19 /plugins/FingerprintNG/res
parente27bedec9390fcf0220427ce461e13123d5cca24 (diff)
- FingerprintNG:
- more correct icons for mrim jabber transport (xmpp + mra overlay) - SecureIM and Unicode icons moved to Platform section. - so SecureIM checkbox deemed to be unneeded anymore. - added "blank" icon for those who wants to get rid of overlays (i.e. Unicode or SecureIM) or some other icons. just replace it IcoLib from ClientIcons_Others.dll onto needed icon. git-svn-id: http://svn.miranda-ng.org/main/trunk@2643 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/res')
-rw-r--r--plugins/FingerprintNG/res/icons/Others/_blank.icobin0 -> 1150 bytes
-rw-r--r--plugins/FingerprintNG/res/icons_Others.rc1
-rw-r--r--plugins/FingerprintNG/res/resource.rc6
3 files changed, 4 insertions, 3 deletions
diff --git a/plugins/FingerprintNG/res/icons/Others/_blank.ico b/plugins/FingerprintNG/res/icons/Others/_blank.ico
new file mode 100644
index 0000000000..d8a5b3d80d
--- /dev/null
+++ b/plugins/FingerprintNG/res/icons/Others/_blank.ico
Binary files differ
diff --git a/plugins/FingerprintNG/res/icons_Others.rc b/plugins/FingerprintNG/res/icons_Others.rc
index 029cfb274c..5041403641 100644
--- a/plugins/FingerprintNG/res/icons_Others.rc
+++ b/plugins/FingerprintNG/res/icons_Others.rc
@@ -42,6 +42,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//##############################################################################################################
//############################################# Skype ##########################################################
//##############################################################################################################
+ IDI_BLANK ICON "icons\\others\\_blank.ico"
IDI_FACEBOOK ICON "icons\\others\\Facebook.ico"
IDI_SKYPE ICON "icons\\others\\Skype.ico"
IDI_TWITTER ICON "icons\\others\\Twitter.ico"
diff --git a/plugins/FingerprintNG/res/resource.rc b/plugins/FingerprintNG/res/resource.rc
index ff8a568786..157f057bad 100644
--- a/plugins/FingerprintNG/res/resource.rc
+++ b/plugins/FingerprintNG/res/resource.rc
@@ -66,7 +66,7 @@ BEGIN
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
- CONTROL "Secure overlays", IDC_GROUP_OVERLAYS_SECURITY, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,60,120,10
+// CONTROL "Secure overlays", IDC_GROUP_OVERLAYS_SECURITY, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,60,120,10
GROUPBOX "Select protocols", IDC_STATIC,15,75,290,140
@@ -75,7 +75,7 @@ BEGIN
CONTROL "ICQ clients", IDC_GROUP_ICQ, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,110,120,10
CONTROL "IRC clients", IDC_GROUP_IRC, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,120,120,10
CONTROL "Jabber clients", IDC_GROUP_JABBER, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,130,120,10
- CONTROL "MRA clients", IDC_GROUP_MRA, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,140,120,10
+ CONTROL "MRA clients", IDC_GROUP_MRA, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,140,120,10
CONTROL "MSN clients", IDC_GROUP_MSN, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,150,120,10
CONTROL "QQ clients", IDC_GROUP_QQ, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,160,120,10
@@ -87,7 +87,7 @@ BEGIN
CONTROL "Multi-protocol clients", IDC_GROUP_MULTI, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,90,120,10
CONTROL "Other (rare) protocols", IDC_GROUP_OTHER_PROTOS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,100,120,10
CONTROL "Other icons", IDC_GROUP_OTHERS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,110,120,10
- LTEXT "Note: Miranda NG will have to be restarted for changes to take effect.", IDC_OPTCHANGENOTE,30,240,290,10
+// LTEXT "Note: Miranda NG will have to be restarted for changes to take effect.", IDC_OPTCHANGENOTE,30,240,290,10
END