summaryrefslogtreecommitdiffstats
path: root/info.c
diff options
context:
space:
mode:
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 */