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:
Linus Torvalds 2011-09-16 14:21:30 -07:00
parent d6f8a0ef43
commit ff0a601cc3

2
info.c
View file

@ -86,7 +86,7 @@ void show_dive_info(struct dive *dive)
}
text = buffer;
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);
/* the date goes in the frame label */