mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add divemaster/buddy field and text entry
I have it in some of my notes, and Dirk seems to fill that in too, so let's just show it, save it, and allow editing of it.. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
c7b9387d4b
commit
c6b13fad5a
4 changed files with 35 additions and 3 deletions
|
@ -153,6 +153,8 @@ static void save_overview(FILE *f, struct dive *dive)
|
|||
save_temperatures(f, dive);
|
||||
show_duration(f, dive->surfacetime, " <surfacetime>", "</surfacetime>\n");
|
||||
show_utf8(f, dive->location, " <location>","</location>\n");
|
||||
show_utf8(f, dive->divemaster, " <divemaster>","</divemaster>\n");
|
||||
show_utf8(f, dive->buddy, " <buddy>","</buddy>\n");
|
||||
show_utf8(f, dive->notes, " <notes>","</notes>\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue