view mcabber/lang.h @ 9:455ab6bc14ac

[/trunk] Changeset 24 by mikael * Dont show incoming message if we are in the Status Window (no automatic switching) * Some cleanup...
author mikael
date Sat, 19 Mar 2005 16:30:33 +0000
parents b3b2332715fb
children
line wrap: on
line source

#ifndef __LANG_H__
#define __LANG_H__ 1

void lng_InitLanguage(void);
char *i18n(char *text);

#endif