mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Invert the print 'dive profile' option.
With this change, instead of asking to print the dive profile, you ask to not print them. So the checkbox in the print options changes from 'Show profiles' to 'No dive profiles'. Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
eef0e9e699
commit
c4eeda1ef7
2 changed files with 19 additions and 17 deletions
|
@ -28,7 +28,7 @@ extern void attach_tooltip(int x, int y, int w, int h, const char *text);
|
|||
|
||||
struct options {
|
||||
enum { PRETTY, TABLE } type;
|
||||
gboolean print_profiles;
|
||||
gboolean print_no_profiles;
|
||||
};
|
||||
|
||||
extern char zoomed_plot;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue