source:
lemon-0.x/gui/i18n.h
@
2078:123f08422c14
| Last change on this file since 2078:123f08422c14 was 2052:c54ce7a5f4e7, checked in by , 20 years ago | |
|---|---|
| File size: 95 bytes | |
| Line | |
|---|---|
| 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.

