summaryrefslogtreecommitdiff
path: root/plugins/AvatarHistory
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-05-15 13:23:24 +0000
committerDart Raiden <wowemuh@gmail.com>2014-05-15 13:23:24 +0000
commit8f343d9f735d2265b7f357088a4ac45f2c26b026 (patch)
tree14ba4f13fcf837cf31361364a270187bb5ca30ec /plugins/AvatarHistory
parentec24e8f0fd31cfe6a99fbde97fc5d7abd922c56b (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.cpp2
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;
}