diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-06-15 21:53:11 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-06-15 21:53:11 +0000 |
commit | 56f1260f83b6be63774dd0944d0d6cb3ba287aea (patch) | |
tree | 26cfe277b1d11806b7c79f073719156e127a1c91 /plugins/ConnectionNotify | |
parent | f0c76c21e3c18e8cb01ade8b57704b7803faca21 (diff) |
ConnectionNotify: better text for blind users (thx to Wishmaster)
git-svn-id: http://svn.miranda-ng.org/main/trunk@16984 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ConnectionNotify')
-rw-r--r-- | plugins/ConnectionNotify/res/ConnectionNotify.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/ConnectionNotify/res/ConnectionNotify.rc b/plugins/ConnectionNotify/res/ConnectionNotify.rc index 9bd43d8244..0dfd5603da 100644 --- a/plugins/ConnectionNotify/res/ConnectionNotify.rc +++ b/plugins/ConnectionNotify/res/ConnectionNotify.rc @@ -40,12 +40,12 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1 RTEXT "Version:", IDC_STATIC, 5, 223, 34, 8, SS_RIGHT
AUTOCHECKBOX "Show notification if no filter defined", ID_CHK_DEFAULTACTION, 12, 131, 187, 8
LTEXT "Attempt interval (ms)", IDC_STATIC, 35, 155, 163, 8, SS_LEFT
- PUSHBUTTON "", ID_DELETE, 297, 68, 16, 16, BS_ICON, WS_EX_CLIENTEDGE
+ PUSHBUTTON "Delete", ID_DELETE, 297, 68, 16, 16, BS_ICON, WS_EX_CLIENTEDGE
LTEXT "'Online' means:", IDC_STATIC, 211, 122, 92, 8, SS_LEFT
LTEXT "Filters", IDC_STATIC, 6, 5, 289, 8, SS_LEFT
- PUSHBUTTON "", ID_DOWN, 297, 52, 16, 16, BS_ICON, WS_EX_CLIENTEDGE
- PUSHBUTTON "", ID_UP, 297, 37, 16, 16, BS_ICON, WS_EX_CLIENTEDGE
- PUSHBUTTON "", ID_ADD, 297, 22, 16, 16, BS_ICON, WS_EX_CLIENTEDGE
+ PUSHBUTTON "Move down", ID_DOWN, 297, 52, 16, 16, BS_ICON, WS_EX_CLIENTEDGE
+ PUSHBUTTON "Move up", ID_UP, 297, 37, 16, 16, BS_ICON, WS_EX_CLIENTEDGE
+ PUSHBUTTON "Add", ID_ADD, 297, 22, 16, 16, BS_ICON, WS_EX_CLIENTEDGE
}
|