* hotlist.c (init_movelist): Don't assume English word ordering
in the title.
Этот коммит содержится в:
родитель
92e696864e
Коммит
05f1de349d
@ -1,3 +1,8 @@
|
|||||||
|
2001-06-17 David Martin <dmartina@excite.es>
|
||||||
|
|
||||||
|
* hotlist.c (init_movelist): Don't assume English word ordering
|
||||||
|
in the title.
|
||||||
|
|
||||||
2001-06-16 Andrew V. Samoilov <sav@bcs.zp.ua>
|
2001-06-16 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||||
|
|
||||||
* wtools.c (message): Possible buffer overflow fixed.
|
* wtools.c (message): Possible buffer overflow fixed.
|
||||||
|
@ -628,8 +628,8 @@ static void init_hotlist (int list_type)
|
|||||||
static void init_movelist (int list_type, struct hotlist *item)
|
static void init_movelist (int list_type, struct hotlist *item)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
char *hdr = g_strconcat (_("Moving "), item->label, NULL);
|
char *hdr = g_strdup_printf (_("Moving %s"), item->label);
|
||||||
int movelist_cols = init_i18n_stuff (list_type, COLS - 6);
|
int movelist_cols = init_i18n_stuff (list_type, COLS - 6);
|
||||||
|
|
||||||
do_refresh ();
|
do_refresh ();
|
||||||
|
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user