summaryrefslogtreecommitdiffstats
path: root/info.c
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-16 14:21:30 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-16 14:21:30 -0700
commitff0a601cc300f11a3e5a31236cb9a884ad82ceec (patch)
treec3a006958e88413094da4e57a0c1d07cc77d3849 /info.c
parentd6f8a0ef43abec795053228e26704f654bb2d361 (diff)
downloadsubsurface-ff0a601cc300f11a3e5a31236cb9a884ad82ceec.tar.gz
Dirk can't count to ten
That's ok, Dirk. I've got your back. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'info.c')
-rw-r--r--info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.c b/info.c
index 66233e32a..e9ecc9f50 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 */