diff --git a/Contrib/UIs/UI Holder/resource.rc b/Contrib/UIs/UI Holder/resource.rc index d6c0cb6b..c5a6fd75 100644 --- a/Contrib/UIs/UI Holder/resource.rc +++ b/Contrib/UIs/UI Holder/resource.rc @@ -43,10 +43,10 @@ BEGIN LTEXT "",IDC_INTROTEXT,25,0,241,23 CONTROL "",IDC_EDIT1,"RichEdit20A",WS_BORDER | WS_VSCROLL | WS_TABSTOP | 0x804,0,24,266,85 - CONTROL "",IDC_LICENSEDISAGREE,"Button",BS_AUTORADIOBUTTON | - WS_TABSTOP,0,120,266,9 CONTROL "",IDC_LICENSEAGREE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,0,110,266,9 + CONTROL "",IDC_LICENSEDISAGREE,"Button",BS_AUTORADIOBUTTON | + WS_TABSTOP,0,120,266,9 END IDD_LICENSE_FSCB DIALOG DISCARDABLE 0, 0, 266, 130 diff --git a/Contrib/UIs/default.exe b/Contrib/UIs/default.exe index bd48c32c..9d627995 100755 Binary files a/Contrib/UIs/default.exe and b/Contrib/UIs/default.exe differ diff --git a/Contrib/UIs/modern.exe b/Contrib/UIs/modern.exe index 0a876e95..3e308407 100644 Binary files a/Contrib/UIs/modern.exe and b/Contrib/UIs/modern.exe differ diff --git a/Contrib/UIs/sdbarker_tiny.exe b/Contrib/UIs/sdbarker_tiny.exe index 01c208fe..deb495f5 100644 Binary files a/Contrib/UIs/sdbarker_tiny.exe and b/Contrib/UIs/sdbarker_tiny.exe differ diff --git a/Source/exehead/resource.rc b/Source/exehead/resource.rc index a64a91b6..e36944b6 100644 --- a/Source/exehead/resource.rc +++ b/Source/exehead/resource.rc @@ -55,10 +55,10 @@ BEGIN LTEXT "",IDC_INTROTEXT,25,0,241,23 CONTROL "",IDC_EDIT1,"RichEdit20A",WS_BORDER | WS_VSCROLL | WS_TABSTOP | 0x804,0,24,266,85 - CONTROL "",IDC_LICENSEDISAGREE,"Button",BS_AUTORADIOBUTTON | - WS_TABSTOP,0,120,266,9 CONTROL "",IDC_LICENSEAGREE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,0,110,266,9 + CONTROL "",IDC_LICENSEDISAGREE,"Button",BS_AUTORADIOBUTTON | + WS_TABSTOP,0,120,266,9 END #endif