summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2016-10-10 15:59:04 +0000
committerDart Raiden <wowemuh@gmail.com>2016-10-10 15:59:04 +0000
commit3ede6bad250c4f9d6f2de5ec217c0fe96054f78e (patch)
tree908be860189df26acd0d69853e035ff883bccdab
parentffcb6ff78b0e5993eaf42571ea9173d3bd9c8e05 (diff)
addition to 17356
git-svn-id: http://svn.miranda-ng.org/main/trunk@17358 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/AvatarHistory/src/utils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/AvatarHistory/src/utils.cpp b/plugins/AvatarHistory/src/utils.cpp
index 2f15252694..b742be5326 100644
--- a/plugins/AvatarHistory/src/utils.cpp
+++ b/plugins/AvatarHistory/src/utils.cpp
@@ -140,7 +140,7 @@ wchar_t* GetOldStyleAvatarName(wchar_t *fn, MCONTACT hContact)
L"%s\\%04d-%02d-%02d %02dh%02dm%02ds", fn,
curtime.wYear, curtime.wMonth, curtime.wDay,
curtime.wHour, curtime.wMinute, curtime.wSecond);
- ShowDebugPopup(hContact, L"AVH Debug: GetOldStyleAvatarName",fn);
+ ShowDebugPopup(hContact, L"AVH Debug: GetOldStyleAvatarName", fn);
return fn;
}
@@ -159,7 +159,7 @@ void CreateOldStyleShortcut(MCONTACT hContact, wchar_t *history_filename)
}
else
{
- ShowDebugPopup(hContact, L"AVH Debug: Shortcut created successfully"), shortcut);
+ ShowDebugPopup(hContact, L"AVH Debug: Shortcut created successfully", shortcut);
}
}