mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-30 23:12:40 +00:00
More debug text fixes
Also a few small non-debug text changes.
This commit is contained in:
parent
5102e76a7f
commit
3c6742f66f
14 changed files with 43 additions and 7 deletions
|
@ -65,7 +65,9 @@ CheatSearchTab::CheatSearchTab(wxWindow* const parent) : wxPanel(parent)
|
|||
wxLC_REPORT | wxLC_SINGLE_SEL);
|
||||
m_lview_search_results->AppendColumn(_("Address"));
|
||||
m_lview_search_results->AppendColumn(_("Value"));
|
||||
// i18n: Float means floating point number
|
||||
m_lview_search_results->AppendColumn(_("Value (float)"));
|
||||
// i18n: Double means double-precision floating point number
|
||||
m_lview_search_results->AppendColumn(_("Value (double)"));
|
||||
m_lview_search_results->Bind(wxEVT_LIST_ITEM_ACTIVATED, &CheatSearchTab::OnListViewItemActivated,
|
||||
this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue