]> git.tdb.fi Git - ext/subsurface.git/blobdiff - dive.h
Show the "save changes" dialog before the main window is destroyed
[ext/subsurface.git] / dive.h
diff --git a/dive.h b/dive.h
index 1927da7215a68e69ece2ce062cb58e61b6914bd9..85fdabf5d5f2d8ecda15f6c279022467693c649a 100644 (file)
--- a/dive.h
+++ b/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 */