diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-03-22 21:37:49 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-03-22 21:37:49 +0200 |
commit | 1c8abfb6cad8291dc58c1e1d1953ad69975573a2 (patch) | |
tree | d67b07336a3d05b3d3b4efa35e462b9e6a480070 | |
parent | ecc025881fe2a82f0dfe5e11758332e2938713e7 (diff) |
modified: main.c
-rwxr-xr-x | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,7 +169,7 @@ void RegisterPlayer() player.GetName = (LPNAMEPROC)GetFileName;
player.GetInfo = (LPINFOPROC)GetPlayerInfo;
// player.Icon = //TODO:implement icon support
- player.Notes = _T("mpd is a nice music player for *nix whicc have not any gui, just daemon.\nuses very small amount of ram, cpu.");
+ player.Notes = _T("mpd is a nice music player for *nix which have not any gui, just daemon.\nuses very small amount of ram, cpu.");
player.URL = "http://www.musicpd.org";
CallService(MS_WAT_PLAYER, (WPARAM)WAT_ACT_REGISTER, (LPARAM)&player);
}
|