diff options
author | rhp <rhp> | 2001-06-21 06:08:35 +0000 |
---|---|---|
committer | rhp <rhp> | 2001-06-21 06:08:35 +0000 |
commit | 9e9ffdca42b2458891fc21c71dd3e39593d90f0e (patch) | |
tree | b4f99ef10b738b4b91ba5f0651ef70db534c735d /src/util.h | |
parent | 5611d75a112265ae2d706d24ee1252d8ca86c10d (diff) | |
download | mutter-9e9ffdca42b2458891fc21c71dd3e39593d90f0e.tar.gz |
...
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 904a789c5..88927301c 100644 --- a/src/util.h +++ b/src/util.h @@ -49,6 +49,7 @@ void meta_pop_no_msg_prefix (void); /* FIXME */ #include <config.h> #define _(x) x +#define N_(x) x #endif |