i18n.h
author hegyi
Mon, 30 Oct 2006 15:43:13 +0000
changeset 178 a96d2a540454
permissions -rw-r--r--
If visualization is not autoscaled, edges with widths associated with negative map values will be hidden.
ladanyi@133
     1
#ifndef I18N_H
ladanyi@133
     2
#define I18N_H
ladanyi@133
     3
ladanyi@133
     4
#include "gettext.h"
ladanyi@133
     5
#define _(string) gettext (string)
ladanyi@133
     6
ladanyi@133
     7
#endif