diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-05-15 13:23:24 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-05-15 13:23:24 +0000 |
commit | 8f343d9f735d2265b7f357088a4ac45f2c26b026 (patch) | |
tree | 14ba4f13fcf837cf31361364a270187bb5ca30ec /plugins/AvatarHistory | |
parent | ec24e8f0fd31cfe6a99fbde97fc5d7abd922c56b (diff) |
AvatarHistory: missed space
git-svn-id: http://svn.miranda-ng.org/main/trunk@9191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AvatarHistory')
-rw-r--r-- | plugins/AvatarHistory/src/AvatarHistory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AvatarHistory/src/AvatarHistory.cpp b/plugins/AvatarHistory/src/AvatarHistory.cpp index b9d5428e65..77a60eead3 100644 --- a/plugins/AvatarHistory/src/AvatarHistory.cpp +++ b/plugins/AvatarHistory/src/AvatarHistory.cpp @@ -121,7 +121,7 @@ static int AvatarChanged(WPARAM hContact, LPARAM lParam) if (!ret || !_tcscmp(dbvOldHash.ptszVal, _T("-"))) {
//avoid duplicate "removed avatar" notifications
//do not notify on an empty profile
- ShowDebugPopup(hContact, TranslateT("AVH Debug"), TranslateT("Removed avatar, no avatar before...skipping"));
+ ShowDebugPopup(hContact, TranslateT("AVH Debug"), TranslateT("Removed avatar, no avatar before... skipping"));
db_free(&dbvOldHash);
return 0;
}
|