mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use a slightly shorter date string for Info tab
This way the spacing of the elements looks nicer. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5c2a2691fd
commit
9a65798daf
3 changed files with 22 additions and 3 deletions
|
@ -26,6 +26,7 @@ extern void upload_all_dives_divelogs_cb();
|
|||
/* divelist core logic functions */
|
||||
extern void process_dives(bool imported, bool prefer_imported);
|
||||
extern char *get_dive_date_string(timestamp_t when);
|
||||
extern char *get_short_dive_date_string(timestamp_t when);
|
||||
extern char *get_trip_date_string(timestamp_t when, int nr);
|
||||
extern char *get_nitrox_string(struct dive *dive);
|
||||
extern void clear_trip_indexes(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue