summaryrefslogtreecommitdiff
path: root/protocols/Sametime/proto_sametime/res/Proto_Sametime.rc
diff options
context:
space:
mode:
authorSzymon Tokarz <wsx22@o2.pl>2014-11-13 00:05:26 +0000
committerSzymon Tokarz <wsx22@o2.pl>2014-11-13 00:05:26 +0000
commit4ca096262dfc106d1a2207145544cbd3e84e67cb (patch)
treeb84d369c1e4dcf3b38c8acd9d1f3e9202e17ec0a /protocols/Sametime/proto_sametime/res/Proto_Sametime.rc
parentbef877078d09d6162c1e8565bd34b22fbd9ace69 (diff)
Sametime protocol:
- Support the Sametime 'in meeting' status (linked with Miranda 'Occupied' status) - New protocol icons from oryginal client Patch by pepinlebref git-svn-id: http://svn.miranda-ng.org/main/trunk@10976 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Sametime/proto_sametime/res/Proto_Sametime.rc')
-rw-r--r--protocols/Sametime/proto_sametime/res/Proto_Sametime.rc18
1 files changed, 10 insertions, 8 deletions
diff --git a/protocols/Sametime/proto_sametime/res/Proto_Sametime.rc b/protocols/Sametime/proto_sametime/res/Proto_Sametime.rc
index 2553b55145..f2aa97435a 100644
--- a/protocols/Sametime/proto_sametime/res/Proto_Sametime.rc
+++ b/protocols/Sametime/proto_sametime/res/Proto_Sametime.rc
@@ -13,10 +13,11 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Russian (Russia) resources
+// Neutral resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
-LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+#pragma code_page(1252)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -51,11 +52,12 @@ END
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
-IDI_ICON1 ICON "Offline.ico"
-IDI_ICON2 ICON "Online.ico"
-IDI_ICON3 ICON "Away.ico"
-IDI_ICON4 ICON "DND.ico"
-#endif // Russian (Russia) resources
+IDI_ONLINE ICON "Online.ico"
+IDI_AWAY ICON "Away.ico"
+IDI_DND ICON "DND.ico"
+IDI_OFFLINE ICON "Offline.ico"
+IDI_OCCUPIED ICON "Occupied.ico"
+#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////