diff options
author | rbuj <[email protected]> | 2021-02-17 11:05:40 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-06 23:57:46 +0100 |
commit | 8cb3a02a26c03e57d064bd03319e34b6930ac3f5 (patch) | |
tree | bfc7ff6fd0bb482bac370808259004aa3ce8b00c /src/ui/frames.c | |
parent | bc5c7f0bc2db56fbc8475eab9b651b8a77effe91 (diff) | |
download | marco-8cb3a02a26c03e57d064bd03319e34b6930ac3f5.tar.bz2 marco-8cb3a02a26c03e57d064bd03319e34b6930ac3f5.tar.xz |
i18n: Use glib's gettext support macros
Diffstat (limited to 'src/ui/frames.c')
-rw-r--r-- | src/ui/frames.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/frames.c b/src/ui/frames.c index 5f938dff..4b2d597d 100644 --- a/src/ui/frames.c +++ b/src/ui/frames.c @@ -24,6 +24,8 @@ */ #include <config.h> +#include <glib/gi18n-lib.h> + #include <math.h> #include <string.h> #include "boxes.h" |