mirror of https://github.com/MidnightCommander/mc
1999-01-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
* achown.c (XTRACT): Add missing call to _().
This commit is contained in:
parent
15581ca234
commit
255085f20a
|
@ -1,3 +1,7 @@
|
|||
1999-01-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* achown.c (XTRACT): Add missing call to _().
|
||||
|
||||
1999-01-26 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* panel.h: Fixup #includes.
|
||||
|
|
|
@ -572,7 +572,7 @@ static void init_chown_advanced (void)
|
|||
"[Chown-advanced]", "achown", DLG_CENTER);
|
||||
|
||||
#define XTRACT(i) BY+chown_advanced_but[i].y, BX+chown_advanced_but[i].x, \
|
||||
chown_advanced_but[i].ret_cmd, chown_advanced_but[i].flags, chown_advanced_but[i].text, \
|
||||
chown_advanced_but[i].ret_cmd, chown_advanced_but[i].flags, _(chown_advanced_but[i].text), \
|
||||
0, 0, NULL
|
||||
|
||||
for (i = 0; i < BUTTONS - 5; i++)
|
||||
|
|
Loading…
Reference in New Issue