diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-17 07:37:38 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-17 07:37:38 +0000 |
commit | 2ff3fc22cca2302a3787930efb4bbefb45c2d975 (patch) | |
tree | c579d4a895f9d0a1524d5adb8b6103d6a5c9fb31 /plugins/VersionInfo | |
parent | 2ead0631aee725055c4b007d752ee94647fc9614 (diff) |
- cosmetic patches from dartraiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@5393 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/VersionInfo')
-rw-r--r-- | plugins/VersionInfo/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VersionInfo/res/resource.rc b/plugins/VersionInfo/res/resource.rc index 58ed3ad245..a509586c34 100644 --- a/plugins/VersionInfo/res/resource.rc +++ b/plugins/VersionInfo/res/resource.rc @@ -55,7 +55,7 @@ BEGIN PUSHBUTTON "Do it now",IDC_GETINFONOW,265,4,48,13
GROUPBOX "Output to:",IDC_STATIC,5,4,197,130
CONTROL "Text file",IDC_TOFILE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,16,186,10
- EDITTEXT IDC_FILENAME,24,26,150,14,ES_AUTOHSCROLL
+ EDITTEXT IDC_FILENAME,24,26,172,14,ES_AUTOHSCROLL
CONTROL "MessageBox",IDC_TOMESSAGEBOX,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,40,186,10
CONTROL "DialogBox",IDC_TODIALOGBOX,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,51,186,10
CONTROL "Show window in taskbar",IDC_SHOWINTASKBAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,21,62,177,10
|