From e87725cb4be71a58c0ddf4d0b0b6d92b8cc47d7b Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sat, 19 Sep 2015 19:20:04 +0000 Subject: SendSS: Translations git-svn-id: http://svn.miranda-ng.org/main/trunk@15403 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SendScreenshotPlus/src/UMainForm.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'plugins/SendScreenshotPlus') diff --git a/plugins/SendScreenshotPlus/src/UMainForm.cpp b/plugins/SendScreenshotPlus/src/UMainForm.cpp index 2be98f8a58..eccc357e9b 100644 --- a/plugins/SendScreenshotPlus/src/UMainForm.cpp +++ b/plugins/SendScreenshotPlus/src/UMainForm.cpp @@ -984,16 +984,15 @@ INT_PTR TfrmMain::SaveScreenshot(FIBITMAP* dib) //Generate a description according to the screenshot - TCHAR winText[1024]; - GetDlgItemText(m_hwndTabPage, ID_edtCaption, winText, _countof(winText)); - - CMString tszFileDesc; if (m_opt_tabCapture) - tszFileDesc.Format(TranslateT("Screenshot of \"%s\""), winText); + tszFileDesc.Format(TranslateT("Screenshot of entire desktop")); else { + TCHAR winText[1024]; + GetDlgItemText(m_hwndTabPage, ID_edtCaption, winText, _countof(winText)); + if (m_opt_chkClientArea) tszFileDesc.Format(TranslateT("Screenshot for client area of \"%s\" window"), winText); else -- cgit v1.2.3