mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Dirk can't count to ten
That's ok, Dirk. I've got your back. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
d6f8a0ef43
commit
ff0a601cc3
1 changed files with 1 additions and 1 deletions
2
info.c
2
info.c
|
@ -86,7 +86,7 @@ void show_dive_info(struct dive *dive)
|
||||||
}
|
}
|
||||||
text = buffer;
|
text = buffer;
|
||||||
if (!dive->number)
|
if (!dive->number)
|
||||||
text += 9; /* Skip the "Dive 0 - " part */
|
text += 10; /* Skip the "Dive #0 - " part */
|
||||||
gtk_window_set_title(GTK_WINDOW(main_window), text);
|
gtk_window_set_title(GTK_WINDOW(main_window), text);
|
||||||
|
|
||||||
/* the date goes in the frame label */
|
/* the date goes in the frame label */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue