Some i18n fixes for the TUI
authorTom Tromey <tom@tromey.com>
Sat, 13 Jul 2019 21:45:14 +0000 (15:45 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 20 Aug 2019 22:22:03 +0000 (16:22 -0600)
commit605dc2c21d145b9eeaa2456dd43512ef28e02dbd
tree99faf62657e1efdd6b9ee3106906e6144fb5aee7
parent722a298cca946e8dd219a6e55ae48fa48ea4d994
Some i18n fixes for the TUI

The TUI has a few #defines that hold user-visible strings.  As these
are only used in a single spot, this patch removes the defines,
preferring direct use of the string where needed.  Furthermore, now
the strings are wrapped in _(), which is friendlier for i18n purposes.

gdb/ChangeLog
2019-08-20  Tom Tromey  <tom@tromey.com>

* tui/tui-source.h (struct tui_source_window): Update.
* tui/tui-regs.c (tui_show_registers): Update.
* tui/tui-disasm.h (struct tui_disasm_window): Update.
* tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
(NO_REGS_STRING): Remove defines.
gdb/ChangeLog
gdb/tui/tui-data.h
gdb/tui/tui-disasm.h
gdb/tui/tui-regs.c
gdb/tui/tui-source.h