Corrected Liquivision name

And added a missing liquivision item in file open dialog.

Signed-off-by: John Van Ostrand <john@vanostrand.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
John Van Ostrand 2014-11-09 13:03:05 -05:00 committed by Dirk Hohndel
parent 02567ec790
commit f85e406855
2 changed files with 3 additions and 2 deletions

View file

@ -54,7 +54,7 @@ static void parse_dives (int log_version, const unsigned char *buf, unsigned int
dc->model = "Lynx";
break;
default:
dc->model = "LiquiVision";
dc->model = "Liquivision";
break;
}
ptr++;