diff options
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
|