From 0bc1bd3f2a77e48286c436518292c58e2e788282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=BCmann?= Date: Tue, 21 Apr 2015 12:06:08 +0000 Subject: SendSS: yet once again reverted r12961 which reverted my r12957 (partial revert of r12937. Yep he didn't name the revision he reverted, nor did he explain it) So, in case I understood him right, r12937 tried to fix some redundant information in the window's title and headerbar control. Yet this doesn't actually apply to SendSS+ and we've lost that information instead. Personally I also preferred the old look of UInfoEx which got also messed with in r12937 but I'm not the one responsible to change it. @all: please properly comment your commits. Keep it short, but not just "fixed headerbar" if you could say "removed redundant information from headerbars which was already present in window title" instead. Could have spared me about 20 minutes to figure out what's fixed... (and that revert madness) git-svn-id: http://svn.miranda-ng.org/main/trunk@13005 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SendScreenshotPlus/res/resource.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/SendScreenshotPlus/res/resource.rc') diff --git a/plugins/SendScreenshotPlus/res/resource.rc b/plugins/SendScreenshotPlus/res/resource.rc index 5c3043e68a..fac296540f 100644 --- a/plugins/SendScreenshotPlus/res/resource.rc +++ b/plugins/SendScreenshotPlus/res/resource.rc @@ -52,10 +52,10 @@ END IDD_UMainForm DIALOGEX 0, 0, 231, 164 STYLE DS_3DLOOK | DS_CENTER | DS_SHELLFONT | WS_CAPTION | WS_POPUP | WS_SYSMENU EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CONTROLPARENT | WS_EX_APPWINDOW -CAPTION "Send screenshot to" +CAPTION "Send screenshot" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - CONTROL "",IDC_HEADERBAR, + CONTROL "Send screenshot to\n",IDC_HEADERBAR, "MHeaderbarCtrl",0x0,0,0,231,25 CONTROL "",IDC_CAPTURETAB,"SysTabControl32",TCS_RAGGEDRIGHT | WS_TABSTOP,8,36,218,68 CONTROL "Ti&med capture",ID_chkTimed,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,106,85,10 -- cgit v1.2.3