Should gtkintl.h be installed?




Should gtkintl.h be installed? It has "gtk+" hard-coded as the
domain, so its not usable by anything else:

#ifndef __GTKINTL_H__
#define __GTKINTL_H__

#include "config.h"

#ifdef ENABLE_NLS
#include<libintl.h>
#define _(String) dgettext("gtk+",String)
#ifdef gettext_noop
#define N_(String) gettext_noop(String)
....


Damon




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]