mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix up printing some more
Use the actual degree sign for temperatures (°F and °C), and make sure everything uses the proper "set_source_rgb[a]()" wrappers to set the colors. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
368623113c
commit
957aaf619f
3 changed files with 19 additions and 13 deletions
3
dive.h
3
dive.h
|
@ -242,4 +242,7 @@ extern int open_import_file_dialog(char *filterpattern, char *filtertext,
|
|||
const char *weekday(int wday);
|
||||
const char *monthname(int mon);
|
||||
|
||||
#define UTF8_DEGREE "\xc2\xb0"
|
||||
#define UTF8_SUBSCRIPT_2 "\xe2\x82\x82"
|
||||
|
||||
#endif /* DIVE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue