diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-05-11 08:25:41 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-14 10:13:39 -0700 |
commit | d577467f97e262d52ed2e1d1da94c14168480844 (patch) | |
tree | cd9e3242d839efda7264a7e5063311a5735bc034 /core/uemis-downloader.c | |
parent | c71a5d74135d8ebf9dce6de6633499c1c41c07ff (diff) | |
download | subsurface-d577467f97e262d52ed2e1d1da94c14168480844.tar.gz |
Core: introduce new subsurface-string header
First small step to shrinking dive.h.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/uemis-downloader.c')
-rw-r--r-- | core/uemis-downloader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/uemis-downloader.c b/core/uemis-downloader.c index 6ad2fcc1d..b5969f2cc 100644 --- a/core/uemis-downloader.c +++ b/core/uemis-downloader.c @@ -24,6 +24,7 @@ #include "libdivecomputer.h" #include "uemis.h" #include "divelist.h" +#include "core/subsurface-string.h" #define ERR_FS_ALMOST_FULL QT_TRANSLATE_NOOP("gettextFromC", "Uemis Zurich: the file system is almost full.\nDisconnect/reconnect the dive computer\nand click \'Retry\'") #define ERR_FS_FULL QT_TRANSLATE_NOOP("gettextFromC", "Uemis Zurich: the file system is full.\nDisconnect/reconnect the dive computer\nand click Retry") |