Should gtkintl.h be installed?
- From: Damon Chaplin <damon karuna freeserve co uk>
- To: Gtk Developers List <gtk-devel-list redhat com>
- Subject: Should gtkintl.h be installed?
- Date: Sun, 24 Jan 1999 01:30:33 +0000
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]