view mcabber/lang.h @ 17:755a42615cc6

[/trunk] Changeset 32 by mikael * Don't go in chat mode automatically after <UP>, <DOWN> * Change attribution prefix in dialog windows (better??) * Display a message in the status Window, just to recognise it...
author mikael
date Wed, 23 Mar 2005 21:46:42 +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