From 8011e6b019517dbaea7cc31f856230957a1009cf Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Wed, 21 Jan 2015 20:58:22 +0000 Subject: XSoundNotify: - Minor error fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@11891 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/XSoundNotify/src/options.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/XSoundNotify/src') diff --git a/plugins/XSoundNotify/src/options.cpp b/plugins/XSoundNotify/src/options.cpp index 10bdb729f8..a1bbfa7eb9 100644 --- a/plugins/XSoundNotify/src/options.cpp +++ b/plugins/XSoundNotify/src/options.cpp @@ -72,6 +72,9 @@ static INT_PTR CALLBACK OptsProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM l case DBVT_UTF8: _tcscpy(uid, ptrT(mir_utf8decodeT(dbvuid.pszVal))); break; + + default: + _tcscpy(uid, TranslateT("(Unknown contact)")); } TCHAR *nick = (TCHAR *)CallService(MS_CLIST_GETCONTACTDISPLAYNAME, hContact, GCDNF_TCHAR); -- cgit v1.2.3