Reinstate the main window title

It got removed by some of my overly aggressive cleanup in commit
fefcbf125e ("Remove dive info frame") because the dive info frame
initialization also initialized the main window title..

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds 2011-09-19 22:09:47 -07:00
parent 6a9e951f1c
commit 3a6c1f767d
3 changed files with 30 additions and 3 deletions

3
dive.h
View file

@ -226,4 +226,7 @@ extern void update_air_info(char *buffer);
#define DIVE_ERROR_PARSE 1
const char *weekday(int wday);
const char *monthname(int mon);
#endif /* DIVE_H */