Skip to content

Commit

Permalink
Changed the File-Save dialog box to use -v6 as the default file forma…
Browse files Browse the repository at this point in the history
…t. Updated the cover art to v2019b.
  • Loading branch information
stewart-heitmann committed Aug 6, 2019
1 parent f18fe75 commit 1d7faaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified CoverArt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions bdGUI.m
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ function SystemSaveDialog(this)
% v6 radio button
uicontrol('Style','radiobutton', ...
'String','v6', ...
'Value', 0, ...
'Value', 1, ...
'Tag', 'bdSaveV6', ...
'TooltipString', 'v6 files will load in MATLAB 5.0 (R8) or later', ...
'HorizontalAlignment','left', ...
Expand All @@ -895,7 +895,7 @@ function SystemSaveDialog(this)
% v7.3 radio button
uicontrol('Style','radiobutton', ...
'String','v7.3', ...
'Value', 1, ...
'Value', 0, ...
'Tag', 'bdSaveV73', ...
'TooltipString', 'v7.3 files will load in MATLAB 7.3 (R2006b) or later', ...
'HorizontalAlignment','left', ...
Expand Down

0 comments on commit 1d7faaf

Please sign in to comment.