mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Handle notes in replan
Upon replanning a dive, we want to delete the old dive plan in the notes and replace it with the actual. This fixes a problem when we failed to detect the old plan due to the deco model name appearing in the disclaimer that was used as a marker for the notes. This patch also adds translation markers for the deco model name strings.. Fixes #285 Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
622ab2286a
commit
eefa390e5f
3 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@ extern bool diveplan_empty(struct diveplan *diveplan);
|
|||
extern void free_dps(struct diveplan *diveplan);
|
||||
extern struct dive *planned_dive;
|
||||
extern char *cache_data;
|
||||
extern const char *disclaimer;
|
||||
extern char *disclaimer;
|
||||
extern double plangflow, plangfhigh;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue