diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-05 12:39:42 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-05 12:39:42 +0000 |
commit | 6a648a9891435375601ca9a8ef909e01a189b419 (patch) | |
tree | 5945638a4b5487d6ab378fdd4863d7a95127004c /plugins/AVS | |
parent | 3e577372cab9dde2981fb4ac143cacce0419b069 (diff) |
AVS:
fixed icon path
git-svn-id: http://svn.miranda-ng.org/main/trunk@771 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS')
-rw-r--r-- | plugins/AVS/res/avs.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AVS/res/avs.rc b/plugins/AVS/res/avs.rc index 944b59ba16..0aa50c8cac 100644 --- a/plugins/AVS/res/avs.rc +++ b/plugins/AVS/res/avs.rc @@ -198,7 +198,7 @@ END // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
-IDI_AVATAR ICON "res/avatar.ico"
+IDI_AVATAR ICON "avatar.ico"
#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
|