summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-03-22 21:37:49 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2010-03-22 21:37:49 +0200
commit1c8abfb6cad8291dc58c1e1d1953ad69975573a2 (patch)
treed67b07336a3d05b3d3b4efa35e462b9e6a480070
parentecc025881fe2a82f0dfe5e11758332e2938713e7 (diff)
modified: main.c
-rwxr-xr-xmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 714a438..8871271 100755
--- a/main.c
+++ b/main.c
@@ -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);
}