Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sat, 21 Oct 2023 21:22:14 UTC Commit: 656b03bc00fe3a17b6b369f41b436c1473fa953d https://github.com/geany/geany/commit/656b03bc00fe3a17b6b369f41b436c1473fa95...
Log Message: ----------- Enable translations in the "Various" tab in preferences dialog
"config.h" is needed as it defines the GETTEXT_PACKAGE which is necessary to enable translations at all.
Fixes #3628.
Modified Paths: -------------- src/stash.c
Modified: src/stash.c 4 lines changed, 4 insertions(+), 0 deletions(-) =================================================================== @@ -75,6 +75,10 @@ * should be efficient enough. */
+#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include "stash.h"
#include "support.h" /* only for _("text") */
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).