diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-23 06:29:09 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-23 06:29:09 +0000 |
commit | 0e13cbe768de6de5cc4dccf5fab7fcd9f51a4b2e (patch) | |
tree | 58b585085d595d63569493dad09733b1eb6b84f9 /protocols/Skype/res | |
parent | c836f9498c19a8446150c240c222760aea5a70d4 (diff) |
added users languges support. not tested
git-svn-id: http://svn.miranda-ng.org/main/trunk@2059 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/res')
-rw-r--r-- | protocols/Skype/res/Resource.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Skype/res/Resource.rc b/protocols/Skype/res/Resource.rc index c2a5433c89..24bf49d7e3 100644 --- a/protocols/Skype/res/Resource.rc +++ b/protocols/Skype/res/Resource.rc @@ -135,6 +135,9 @@ END // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON ICON "Main.ico"
+IDI_AUTH_GRANT ICON "auth_grant.ico"
+IDI_AUTH_ASK ICON "auth_ask.ico"
+IDI_AUTH_REVOKE ICON "auth_revoke.ico"
/////////////////////////////////////////////////////////////////////////////
//
|