Skip to content

Commit

Permalink
Add a few pngs necessary for the GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
shenshan committed Oct 12, 2019
1 parent 8c46e79 commit 7acdc77
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
*.m~
*.txt
*.png
!*check.png
!*cancel.png
*.eps
*.fig
*.wav
Expand Down
2 changes: 1 addition & 1 deletion database/AnimalDatabase.m
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@

% remove some unused fields
researcher = rmfield(researcher, {'lab', 'institution', 'time_zone', 'address', ...
'primary_tech', 'watering_logs'});
'primary_tech', 'watering_logs'});
% rename fields
researcher = cell2struct( ...
struct2cell(researcher), ...
Expand Down
Binary file added database/images/cancel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added database/images/check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7acdc77

Please sign in to comment.