diff options
Diffstat (limited to 'protocols/Sametime/proto_sametime')
-rw-r--r-- | protocols/Sametime/proto_sametime/res/Away.ico | bin | 318 -> 3446 bytes | |||
-rw-r--r-- | protocols/Sametime/proto_sametime/res/DND.ico | bin | 318 -> 3446 bytes | |||
-rw-r--r-- | protocols/Sametime/proto_sametime/res/Occupied.ico | bin | 0 -> 3446 bytes | |||
-rw-r--r-- | protocols/Sametime/proto_sametime/res/Offline.ico | bin | 318 -> 5238 bytes | |||
-rw-r--r-- | protocols/Sametime/proto_sametime/res/Online.ico | bin | 318 -> 3446 bytes | |||
-rw-r--r-- | protocols/Sametime/proto_sametime/res/Proto_Sametime.rc | 18 | ||||
-rw-r--r-- | protocols/Sametime/proto_sametime/src/resource.h | 9 |
7 files changed, 15 insertions, 12 deletions
diff --git a/protocols/Sametime/proto_sametime/res/Away.ico b/protocols/Sametime/proto_sametime/res/Away.ico Binary files differindex 6204baa145..9f89cc0175 100644 --- a/protocols/Sametime/proto_sametime/res/Away.ico +++ b/protocols/Sametime/proto_sametime/res/Away.ico diff --git a/protocols/Sametime/proto_sametime/res/DND.ico b/protocols/Sametime/proto_sametime/res/DND.ico Binary files differindex f198b121f5..57c5aa3221 100644 --- a/protocols/Sametime/proto_sametime/res/DND.ico +++ b/protocols/Sametime/proto_sametime/res/DND.ico diff --git a/protocols/Sametime/proto_sametime/res/Occupied.ico b/protocols/Sametime/proto_sametime/res/Occupied.ico Binary files differnew file mode 100644 index 0000000000..4a09a93cfb --- /dev/null +++ b/protocols/Sametime/proto_sametime/res/Occupied.ico diff --git a/protocols/Sametime/proto_sametime/res/Offline.ico b/protocols/Sametime/proto_sametime/res/Offline.ico Binary files differindex 323f880ce5..e2912b633e 100644 --- a/protocols/Sametime/proto_sametime/res/Offline.ico +++ b/protocols/Sametime/proto_sametime/res/Offline.ico diff --git a/protocols/Sametime/proto_sametime/res/Online.ico b/protocols/Sametime/proto_sametime/res/Online.ico Binary files differindex 839e79c9f7..18e6e820c2 100644 --- a/protocols/Sametime/proto_sametime/res/Online.ico +++ b/protocols/Sametime/proto_sametime/res/Online.ico 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
/////////////////////////////////////////////////////////////////////////////
diff --git a/protocols/Sametime/proto_sametime/src/resource.h b/protocols/Sametime/proto_sametime/src/resource.h index 3decee6cf7..e4fb5b5339 100644 --- a/protocols/Sametime/proto_sametime/src/resource.h +++ b/protocols/Sametime/proto_sametime/src/resource.h @@ -2,10 +2,11 @@ // Microsoft Visual C++ generated include file.
// Used by Proto_Sametime.rc
//
-#define IDI_ICON1 105
-#define IDI_ICON2 104
-#define IDI_ICON3 128
-#define IDI_ICON4 158
+#define IDI_ONLINE 104
+#define IDI_OFFLINE 105
+#define IDI_AWAY 128
+#define IDI_DND 158
+#define IDI_OCCUPIED 159
// Next default values for new objects
//
|