diff librpg/rpg/rpg_p.h @ 242:4c24604efcab

cmake: create build hierarchy similar to install, closes #2518 @1h
author David Demelier <markand@malikania.fr>
date Sat, 28 Nov 2020 21:09:52 +0100
parents 76afe639fd72
children
line wrap: on
line diff
--- a/librpg/rpg/rpg_p.h	Sat Nov 28 18:00:05 2020 +0100
+++ b/librpg/rpg/rpg_p.h	Sat Nov 28 21:09:52 2020 +0100
@@ -23,7 +23,7 @@
 
 #if defined(MOLKO_WITH_NLS)
 #       include <libintl.h>
-#       define _(s) dgettext("mlk-librpg", s)
+#       define _(s) dgettext("libmlk-rpg", s)
 #else
 #       define _(s)
 #endif