source:
glemon/i18n.h
@
6:3a44a2bb6da8
Last change on this file since 6:3a44a2bb6da8 was 1:67188bd752db, checked in by , 16 years ago | |
---|---|
File size: 95 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | #ifndef I18N_H |
2 | #define I18N_H | |
3 | ||
4 | #include "gettext.h" | |
5 | #define _(string) gettext (string) | |
6 | ||
7 | #endif |
Note: See TracBrowser
for help on using the repository browser.