diff options
author | RMN <rmn@miranda-ng.org> | 2015-09-19 18:40:25 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2015-09-19 18:40:25 +0000 |
commit | ab93a29067b646a084b1cca9417a85c9b3d0f5e6 (patch) | |
tree | fd28a61661caed594e969631f27b98b2f4d61a02 /plugins/Ping | |
parent | 8265a1a385f6d88168e382c386605c6e48b8f7d4 (diff) |
- resource cosmetics: surround arrows (->) with spaces
- settings specified precisely in some places
git-svn-id: http://svn.miranda-ng.org/main/trunk@15401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Ping')
-rw-r--r-- | plugins/Ping/res/ping.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Ping/res/ping.rc b/plugins/Ping/res/ping.rc index b23c807f29..b93d1e7f17 100644 --- a/plugins/Ping/res/ping.rc +++ b/plugins/Ping/res/ping.rc @@ -87,7 +87,7 @@ BEGIN GROUPBOX "Interface",IDC_STATIC,4,84,293,76
CONTROL "Do not change icon when testing",IDC_CHK_NOTESTICON,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,145,181,10
- LTEXT "Use the Customize/Fonts options to change text size and color.",IDC_STATFS,20,101,174,18
+ LTEXT "Use the Customize -> Fonts options to change text size and color.",IDC_STATFS,20,101,174,18
RTEXT "Indent:",IDC_STATIC,44,127,33,8
EDITTEXT IDC_EDIT1,89,124,33,15,ES_AUTOHSCROLL
CONTROL "Spin2",IDC_SP_INDENT,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,121,124,12,15
|