diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-19 22:09:47 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-19 22:09:47 -0700 |
commit | 3a6c1f767d527c2247eefb264f68adf3f3770608 (patch) | |
tree | c4dbe905dcde01aca07a2b2535a8ad900993d415 /dive.h | |
parent | 6a9e951f1c5f4e8a6c3c97b5f999506ca1f24d8e (diff) | |
download | subsurface-3a6c1f767d527c2247eefb264f68adf3f3770608.tar.gz |
Reinstate the main window title
It got removed by some of my overly aggressive cleanup in commit
fefcbf125e89 ("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>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |