i18n.h
author ladanyi
Mon, 26 Jun 2006 21:28:49 +0000
changeset 140 d300e3153ab1
permissions -rw-r--r--
Create a new tab when open is selected and there are no tabs. Fixes bug 50.
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