diff options
author | John Ankarström <john@ankarstrom.se> | 2022-09-03 15:29:55 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-09-03 15:29:55 +0200 |
commit | 5fd0444805a85a7bb48ae49232ec3b02b5bc1cd9 (patch) | |
tree | 0836112c765ea7b09b4ead90b4e2d045fa936cfd | |
parent | 6ae7e24675cff4ff6b808c3024f45083f35ced97 (diff) | |
download | EpisodeBrowser-5fd0444805a85a7bb48ae49232ec3b02b5bc1cd9.tar.gz |
Fix Preferences dialog tab order.
-rw-r--r-- | c/res.rc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -77,13 +77,13 @@ EXSTYLE WS_EX_CONTEXTHELP CAPTION "Preferences" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN - DEFPUSHBUTTON "OK",IDOK,145,116,50,14 - PUSHBUTTON "Cancel",IDCANCEL,199,116,50,14 EDITTEXT IDC_EDIT_ROOT,14,18,172,14,ES_AUTOHSCROLL,WS_EX_ACCEPTFILES PUSHBUTTON "Browse...",IDC_BROWSE,191,18,50,14 - GROUPBOX "Root directory for local episode lookup",IDC_STATIC,7,7,242,32 EDITTEXT IDC_EDIT_URL,14,54,227,14,ES_AUTOHSCROLL - GROUPBOX "URL for online episode lookup",IDC_STATIC,7,42,242,32 EDITTEXT IDC_EDIT_PREFIX,14,90,227,14,ES_AUTOHSCROLL + DEFPUSHBUTTON "OK",IDOK,145,116,50,14 + PUSHBUTTON "Cancel",IDCANCEL,199,116,50,14 + GROUPBOX "Root directory for local episode lookup",IDC_STATIC,7,7,242,32 + GROUPBOX "URL for online episode lookup",IDC_STATIC,7,42,242,32 GROUPBOX "Prefix for internal internet requests (for Windows XP compatibility)",IDC_STATIC,7,79,242,32 END |