From: Linus Torvalds Date: Fri, 16 Sep 2011 21:21:30 +0000 (-0700) Subject: Dirk can't count to ten X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=commitdiff_plain;h=ff0a601cc300f11a3e5a31236cb9a884ad82ceec Dirk can't count to ten That's ok, Dirk. I've got your back. Signed-off-by: Linus Torvalds --- diff --git a/info.c b/info.c index 66233e3..e9ecc9f 100644 --- a/info.c +++ b/info.c @@ -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 */