From 3789398cf28c074cc25c9595c3ee6f353877310f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=BCmann?= Date: Wed, 18 Dec 2013 04:49:51 +0000 Subject: =?UTF-8?q?v0.8.3.1=20*=20improved=20description=20text=20for=20de?= =?UTF-8?q?sktop=20screens=20from=20=E2=80=9CScreenshot=20of=20"=E2=80=9D=20Window"=20to=20=E2=80=9CScreenshot=20of=20"?= =?UTF-8?q?"=E2=80=9D=20still=20not=20perfect,=20but=20b?= =?UTF-8?q?etter=20then=20before=20:P?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.miranda-ng.org/main/trunk@7271 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SendScreenshotPlus/src/UMainForm.cpp | 5 ++++- plugins/SendScreenshotPlus/src/version.h | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/SendScreenshotPlus/src/UMainForm.cpp b/plugins/SendScreenshotPlus/src/UMainForm.cpp index 217cc19f08..b7ccde171b 100644 --- a/plugins/SendScreenshotPlus/src/UMainForm.cpp +++ b/plugins/SendScreenshotPlus/src/UMainForm.cpp @@ -939,7 +939,10 @@ INT_PTR TfrmMain::SaveScreenshot(FIBITMAP* dib) { mir_tcsadd(pszFileDesc, TranslateT("of \"")); GetDlgItemText(m_hwndTabPage, ID_edtCaption, winText, 1024); mir_tcsadd(pszFileDesc, winText); - mir_tcsadd(pszFileDesc, TranslateT("\" Window")); + if(m_opt_tabCapture==1) + mir_tcsadd(pszFileDesc, TranslateT("\"")); + else + mir_tcsadd(pszFileDesc, TranslateT("\" Window")); // convert to 32Bits (make shure it is 32bit) FIBITMAP *dib_new = FIP->FI_ConvertTo32Bits(dib); diff --git a/plugins/SendScreenshotPlus/src/version.h b/plugins/SendScreenshotPlus/src/version.h index 28a6efe6e4..279981b508 100644 --- a/plugins/SendScreenshotPlus/src/version.h +++ b/plugins/SendScreenshotPlus/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 8 #define __RELEASE_NUM 3 -#define __BUILD_NUM 0 +#define __BUILD_NUM 1 #define __DEF2STR_(s) #s #define __DEF2STR(s) __DEF2STR_(s) -- cgit v1.2.3