gui/i18n.h
author deba
Mon, 19 Jun 2006 13:44:06 +0000
changeset 2101 439b7f21ccc4
permissions -rw-r--r--
Improvement:

The item sets are written in the order sorted by the labels.

It solves the problem if we read a graph from a file and
then write it back then the nodes will be reversed.
It can be switched off with the LemonWriter interface.
ladanyi@2052
     1
#ifndef I18N_H
ladanyi@2052
     2
#define I18N_H
ladanyi@2052
     3
ladanyi@2052
     4
#include "gettext.h"
ladanyi@2052
     5
#define _(string) gettext (string)
ladanyi@2052
     6
ladanyi@2052
     7
#endif