summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/res
diff options
context:
space:
mode:
authorSergey Bolhovskoy <elzorfox@ya.ru>2014-10-08 06:54:36 +0000
committerSergey Bolhovskoy <elzorfox@ya.ru>2014-10-08 06:54:36 +0000
commitde6bb955236c585b31d1a8594903e67f082de4fd (patch)
tree926c8b778405999155cbea52301a7d6a30f8b8dd /protocols/VKontakte/res
parentb375908654e3fee96d9f16ac65ba502613556e39 (diff)
VKontakte:
remove unneeded code add icons for popups, menu and statusbar git-svn-id: http://svn.miranda-ng.org/main/trunk@10740 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/res')
-rw-r--r--protocols/VKontakte/res/add.icobin0 -> 1150 bytes
-rw-r--r--protocols/VKontakte/res/ban.icobin0 -> 1150 bytes
-rw-r--r--protocols/VKontakte/res/delete.icobin0 -> 1150 bytes
-rw-r--r--protocols/VKontakte/res/history.icobin0 -> 1150 bytes
-rw-r--r--protocols/VKontakte/res/home.icobin0 -> 1150 bytes
-rw-r--r--protocols/VKontakte/res/notify.icobin0 -> 1150 bytes
-rw-r--r--protocols/VKontakte/res/read.icobin0 -> 1150 bytes
-rw-r--r--protocols/VKontakte/res/report.icobin0 -> 1150 bytes
-rw-r--r--protocols/VKontakte/res/resource.rc26
9 files changed, 26 insertions, 0 deletions
diff --git a/protocols/VKontakte/res/add.ico b/protocols/VKontakte/res/add.ico
new file mode 100644
index 0000000000..0cb414407a
--- /dev/null
+++ b/protocols/VKontakte/res/add.ico
Binary files differ
diff --git a/protocols/VKontakte/res/ban.ico b/protocols/VKontakte/res/ban.ico
new file mode 100644
index 0000000000..badbeed73f
--- /dev/null
+++ b/protocols/VKontakte/res/ban.ico
Binary files differ
diff --git a/protocols/VKontakte/res/delete.ico b/protocols/VKontakte/res/delete.ico
new file mode 100644
index 0000000000..a70de7dd0d
--- /dev/null
+++ b/protocols/VKontakte/res/delete.ico
Binary files differ
diff --git a/protocols/VKontakte/res/history.ico b/protocols/VKontakte/res/history.ico
new file mode 100644
index 0000000000..a3f05dfee3
--- /dev/null
+++ b/protocols/VKontakte/res/history.ico
Binary files differ
diff --git a/protocols/VKontakte/res/home.ico b/protocols/VKontakte/res/home.ico
new file mode 100644
index 0000000000..e4ce48170b
--- /dev/null
+++ b/protocols/VKontakte/res/home.ico
Binary files differ
diff --git a/protocols/VKontakte/res/notify.ico b/protocols/VKontakte/res/notify.ico
new file mode 100644
index 0000000000..74c04f2516
--- /dev/null
+++ b/protocols/VKontakte/res/notify.ico
Binary files differ
diff --git a/protocols/VKontakte/res/read.ico b/protocols/VKontakte/res/read.ico
new file mode 100644
index 0000000000..c5115966e9
--- /dev/null
+++ b/protocols/VKontakte/res/read.ico
Binary files differ
diff --git a/protocols/VKontakte/res/report.ico b/protocols/VKontakte/res/report.ico
new file mode 100644
index 0000000000..622f9ad196
--- /dev/null
+++ b/protocols/VKontakte/res/report.ico
Binary files differ
diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc
index ec8fcd2ee7..8012848cef 100644
--- a/protocols/VKontakte/res/resource.rc
+++ b/protocols/VKontakte/res/resource.rc
@@ -12,6 +12,32 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
+// Русский (Россия) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+#pragma code_page(1251)
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_NOTIFICATION ICON "notify.ico"
+IDI_FRIENDADD ICON "add.ico"
+IDI_BAN ICON "ban.ico"
+IDI_FRIENDDEL ICON "delete.ico"
+IDI_READMSG ICON "read.ico"
+IDI_ABUSE ICON "report.ico"
+IDI_VISITPROFILE ICON "home.ico"
+IDI_HISTORY ICON "history.ico"
+#endif // Русский (Россия) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+/////////////////////////////////////////////////////////////////////////////
// Английский (США) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)