From 8f343d9f735d2265b7f357088a4ac45f2c26b026 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Thu, 15 May 2014 13:23:24 +0000 Subject: AvatarHistory: missed space git-svn-id: http://svn.miranda-ng.org/main/trunk@9191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AvatarHistory/src/AvatarHistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/AvatarHistory/src') 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; } -- cgit v1.2.3