diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-09-06 18:15:29 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-09-06 18:15:29 +0000 |
commit | e0f921a444b3c68ab39175f249367a7151726014 (patch) | |
tree | ca2412840b8d07aa02557f2a2c35f9fcfba725bd /plugins | |
parent | 1c1cc5affb552117dea6be06cdf777d09092952d (diff) |
Clist_modern: cosmetics
FTPFile: cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@5975 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/FTPFileYM/res/ftpfile.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 7af1008991..56247211d4 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -306,7 +306,7 @@ BEGIN RTEXT "Horizontal Align",IDC_STATIC,27,124,61,10
COMBOBOX IDC_SBAR_HORIZ_ALIGN,93,123,48,48,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
LTEXT "Multiline status bar:",IDC_STATIC,18,139,133,8
- RTEXT "Accounts per line",IDC_STATIC,27,150,61,10
+ RTEXT "Accounts per line",IDC_STATIC,15,150,73,10
EDITTEXT IDC_MULTI_COUNT,93,148,48,12,ES_NUMBER
CONTROL "",IDC_MULTI_SPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,129,148,11,12
LTEXT "* To increase Status Bar height:\nSet in Main menu: Frames->Status Bar->Show TitleBar then pull appeared title of status bar up or down.",IDC_STATIC,27,163,123,42,WS_DISABLED
diff --git a/plugins/FTPFileYM/res/ftpfile.rc b/plugins/FTPFileYM/res/ftpfile.rc index ec58a2659c..de8563fcba 100644 --- a/plugins/FTPFileYM/res/ftpfile.rc +++ b/plugins/FTPFileYM/res/ftpfile.rc @@ -30,7 +30,7 @@ IDD_OPT_FTPFILE DIALOGEX 0, 0, 268, 230 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- GROUPBOX "FTP account",IDC_STATIC,7,5,254,220
+ GROUPBOX "FTP accounts",IDC_STATIC,7,5,254,220
RTEXT "Host name",IDC_STATIC,14,70,89,8
RTEXT "User",IDC_STATIC,14,129,89,8
RTEXT "Password",IDC_STATIC,14,148,89,8
|