1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 02:33:12 +02:00

All messages translated to french, fixed bugs/typos in some messages

This commit is contained in:
Sebastien Helleu
2007-12-18 17:20:08 +01:00
parent 7873047e55
commit 6fd0bd2158
29 changed files with 10337 additions and 9410 deletions
+6 -1
View File
@@ -54,9 +54,12 @@
void
gui_main_pre_init (int *argc, char **argv[])
{
/* nothing for Curses interface */
/* make C compiler happy */
(void) argc;
(void) argv;
/* build empty prefixes (before reading config) */
gui_chat_prefix_build_empty ();
}
/*
@@ -76,6 +79,8 @@ gui_main_init ()
raw ();
gui_color_init ();
/* build prefixes according to config */
gui_chat_prefix_build ();
gui_infobar = NULL;