diff options
author | George Hazan <ghazan@miranda.im> | 2019-08-09 12:53:56 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-08-09 12:53:56 +0300 |
commit | 8d9e22cfcb01180289388f06142ffcab7f93d7d4 (patch) | |
tree | 2bccba0f9d1f07c231922199a4e27967888769fa /plugins/SendScreenshotPlus/res | |
parent | 1736935ec6a80982b315c3da76a3a8a47abfc519 (diff) |
fixes #2018 (SendSS does not remember the last selected service)
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 f00b5a45bd..2281d709c2 100644 --- a/plugins/SendScreenshotPlus/res/resource.rc +++ b/plugins/SendScreenshotPlus/res/resource.rc @@ -63,9 +63,9 @@ BEGIN EDITTEXT ID_edtTimed,62,117,31,13,ES_AUTOHSCROLL | ES_NUMBER CONTROL "",ID_upTimed,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS,81,117,11,13 LTEXT "&Format:",ID_lblFmtInfo,100,107,41,8 - COMBOBOX ID_cboxFormat,100,117,41,84,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | CBS_HASSTRINGS | CBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP + COMBOBOX ID_cboxFormat,100,117,41,84,CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_HASSTRINGS | CBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP LTEXT "Send b&y:",ID_lblSendBy,148,107,75,8 - COMBOBOX ID_cboxSendBy,148,117,75,84,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | CBS_HASSTRINGS | CBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP + COMBOBOX ID_cboxSendBy,148,117,75,84,CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_HASSTRINGS | CBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP CONTROL "E&xplore",ID_btnExplore,"UInfoButtonClass",WS_TABSTOP | MBS_FLAT,21,145,16,14,WS_EX_NOACTIVATE | 0x10000000L CONTROL "&Fill description textbox.",ID_chkDesc,"UInfoButtonClass",WS_TABSTOP | MBS_PUSHBUTTON|MBS_FLAT,39,145,16,14,WS_EX_NOACTIVATE | 0x10000000L CONTROL "Delete &after send",ID_chkDeleteAfterSend,"UInfoButtonClass",WS_TABSTOP | MBS_PUSHBUTTON|MBS_FLAT,57,145,16,14,WS_EX_NOACTIVATE | 0x10000000L |