X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=info.c;h=e9ecc9f503822920be82f86daa10c21d8ec9eafa;hb=ff0a601cc300f11a3e5a31236cb9a884ad82ceec;hp=66233e32ab19c97d9ed109ac5e471b28c9e77f1d;hpb=d6f8a0ef43abec795053228e26704f654bb2d361;p=ext%2Fsubsurface.git 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 */