diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-21 13:57:06 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-21 13:57:06 +0000 |
commit | 0312ed9ab8fa1fbdae202dc1efe1a36c02861818 (patch) | |
tree | 10fba4dc7e661ec59502f8e34958450a90ca6130 /plugins/SendScreenshotPlus/res | |
parent | c0c9165efc0c69952509187328306b047fde4b6c (diff) |
i think it is final version.
Stop revert my commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@13010 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/res')
-rw-r--r-- | plugins/SendScreenshotPlus/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SendScreenshotPlus/res/resource.rc b/plugins/SendScreenshotPlus/res/resource.rc index fac296540f..57cf69cf43 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" +CAPTION "Send screenshot to <unknown>" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - CONTROL "Send screenshot to\n<unknown>",IDC_HEADERBAR, + CONTROL "Take a screenshot and send it to a contact",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 |