Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 22 Oct 2023 19:57:07 UTC Commit: 4946d547d33de6d46285d2688cf5bc87a1e283f5 https://github.com/geany/geany/commit/4946d547d33de6d46285d2688cf5bc87a1e283...
Log Message: ----------- Merge pull request #3634 from eht16/issue3628_enable_nls_for_stash_c
Enable translations in the "Various" tab in preferences dialog
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).