diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-16 14:21:30 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-16 14:21:30 -0700 |
commit | ff0a601cc300f11a3e5a31236cb9a884ad82ceec (patch) | |
tree | c3a006958e88413094da4e57a0c1d07cc77d3849 /info.c | |
parent | d6f8a0ef43abec795053228e26704f654bb2d361 (diff) | |
download | subsurface-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |