diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-30 22:29:34 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-30 22:29:34 +0000 |
commit | 8776f130ed3aa16a765355d6137deb0aac636228 (patch) | |
tree | b047dac7d40f445e54c61aa9782f93dfbc793199 /plugins/Rate/src/main.cpp | |
parent | f91ac6fe5594a9affd49324bfa498ef7189721c4 (diff) |
Rate: cosmetic
git-svn-id: http://svn.miranda-ng.org/main/trunk@6705 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Rate/src/main.cpp')
-rw-r--r-- | plugins/Rate/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Rate/src/main.cpp b/plugins/Rate/src/main.cpp index 4088de559d..f9043254f4 100644 --- a/plugins/Rate/src/main.cpp +++ b/plugins/Rate/src/main.cpp @@ -100,7 +100,7 @@ static IconItem iconList[] = int onModulesLoaded(WPARAM wParam,LPARAM lParam)
{
// IcoLib support
- Icon_Register(g_hInst, LPGEN("Contact Rate"), iconList, SIZEOF(iconList));
+ Icon_Register(g_hInst, LPGEN("Contact rate"), iconList, SIZEOF(iconList));
// Extra icon support
hExtraIcon = ExtraIcon_Register("contact_rate", LPGEN("Contact rate"), "rate_high");
|