src/gaim-client.h

Thu, 12 Jan 2006 04:03:39 +0000

author
Björn Voigt <bjoern@cs.tu-berlin.de>
date
Thu, 12 Jan 2006 04:03:39 +0000
changeset 12846
93ff2d8dd1e7
parent 12627
fa4c64a821d2
permissions
-rw-r--r--

[gaim-migrate @ 15194]
A patch from Björn Voigt to make sure the usage info is printed out
in the correct localization:
"There is a small i18n problem in src/gtkmain.c. Unlike Gaim
oldstatus, the new code calls show_usage() before gtk_init_check().
This means that, setlocale() is not called and the usage message is English."


committer: Mark Doliner <markdoliner@pidgin.im>

#ifndef _GAIM_CLIENT_H_INCLUDED_
#define _GAIM_CLIENT_H_INCLUDED_

#include <glib.h>
#include "gaim-client-bindings.h"

G_BEGIN_DECLS

void gaim_init(void);

G_END_DECLS

#endif

mercurial