mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
6a9e951f1c
commit
3a6c1f767d
3 changed files with 30 additions and 3 deletions
3
dive.h
3
dive.h
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue