diff options
author | René Schümann <white06tiger@gmail.com> | 2015-04-20 08:18:18 +0000 |
---|---|---|
committer | René Schümann <white06tiger@gmail.com> | 2015-04-20 08:18:18 +0000 |
commit | 7b687c774158c03b6f5d508382219ae0863952b5 (patch) | |
tree | 61e40338b5a739c9271f8466adbb338c2a537307 /plugins/SendScreenshotPlus/res/resource.rc | |
parent | 8429513ae275d2e10d9c991b810720830a127e06 (diff) |
not sure what r12937 was supposed to "fix", reverted for SendSS now
git-svn-id: http://svn.miranda-ng.org/main/trunk@12957 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/res/resource.rc')
-rw-r--r-- | plugins/SendScreenshotPlus/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/res/resource.rc b/plugins/SendScreenshotPlus/res/resource.rc index 6a1c8af638..fac296540f 100644 --- a/plugins/SendScreenshotPlus/res/resource.rc +++ b/plugins/SendScreenshotPlus/res/resource.rc @@ -55,7 +55,7 @@ EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CONTROLPARENT | WS_EX_APPWINDOW CAPTION "Send screenshot" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - CONTROL "<unknown>",IDC_HEADERBAR, + CONTROL "Send screenshot to\n<unknown>",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 |