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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user