diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-05 20:51:54 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-05 20:51:54 +0000 |
commit | 1fa98a97c5806dac0ad30d0e5a814abc7ba62d7b (patch) | |
tree | 0b7143302727f7160e4e4619cf5c186bdbcf97f7 /plugins/FingerprintNG/res/resource.rc | |
parent | 2cc3a9b83f61b8ddc3338574c466c892ffe8c02b (diff) |
FingerprintNG:
- all separate iconpacks moved into one (icons\fp_icons.dll)
- fixed some masks
- vkontakte moved to other icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@2657 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/res/resource.rc')
-rw-r--r-- | plugins/FingerprintNG/res/resource.rc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/FingerprintNG/res/resource.rc b/plugins/FingerprintNG/res/resource.rc index 157f057bad..ddf03f600a 100644 --- a/plugins/FingerprintNG/res/resource.rc +++ b/plugins/FingerprintNG/res/resource.rc @@ -19,6 +19,30 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+//##############################################################################################################
+//########################################### Other ############################################################
+//##############################################################################################################
+ IDI_BLANK ICON "_blank.ico"
+ IDI_NOTFOUND ICON "notfound.ico"
+ IDI_UNDETECTED ICON "undetected.ico"
+ IDI_UNKNOWN ICON "unknown.ico"
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// String Table
+//
+
+STRINGTABLE
+BEGIN
+ IDS_IDENTIFY "# Finger Icons #"
+END
+
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
|