From a8b025ab06c5a626599df423aa8beef2ace896cd Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sat, 11 Apr 2020 10:44:47 +0100 Subject: [PATCH] Fix "show" column label. --- pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.cpp | 2 +- pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.fbp | 2 +- pcbnew/dialogs/dialog_edit_footprint_for_fp_editor_base.cpp | 2 +- pcbnew/dialogs/dialog_edit_footprint_for_fp_editor_base.fbp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.cpp b/pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.cpp index 25609eeeb1..e4f2e248f3 100644 --- a/pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.cpp +++ b/pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.cpp @@ -433,7 +433,7 @@ DIALOG_FOOTPRINT_BOARD_EDITOR_BASE::DIALOG_FOOTPRINT_BOARD_EDITOR_BASE( wxWindow m_modelsGrid->EnableDragColSize( false ); m_modelsGrid->SetColLabelSize( 24 ); m_modelsGrid->SetColLabelValue( 0, _("3D Model(s)") ); - m_modelsGrid->SetColLabelValue( 1, _("Preview") ); + m_modelsGrid->SetColLabelValue( 1, _("Show") ); m_modelsGrid->SetColLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER ); // Rows diff --git a/pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.fbp b/pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.fbp index 59d8077f61..b1df6987c9 100644 --- a/pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.fbp +++ b/pcbnew/dialogs/dialog_edit_footprint_for_BoardEditor_base.fbp @@ -3619,7 +3619,7 @@ 1 wxALIGN_CENTER 24 - "3D Model(s)" "Preview" + "3D Model(s)" "Show" wxALIGN_CENTER 2 650,65 diff --git a/pcbnew/dialogs/dialog_edit_footprint_for_fp_editor_base.cpp b/pcbnew/dialogs/dialog_edit_footprint_for_fp_editor_base.cpp index d08dd0b944..2ee74de7b1 100644 --- a/pcbnew/dialogs/dialog_edit_footprint_for_fp_editor_base.cpp +++ b/pcbnew/dialogs/dialog_edit_footprint_for_fp_editor_base.cpp @@ -336,7 +336,7 @@ DIALOG_FOOTPRINT_FP_EDITOR_BASE::DIALOG_FOOTPRINT_FP_EDITOR_BASE( wxWindow* pare m_modelsGrid->EnableDragColSize( false ); m_modelsGrid->SetColLabelSize( 22 ); m_modelsGrid->SetColLabelValue( 0, _("3D Model(s)") ); - m_modelsGrid->SetColLabelValue( 1, _("Preview") ); + m_modelsGrid->SetColLabelValue( 1, _("Show") ); m_modelsGrid->SetColLabelAlignment( wxALIGN_LEFT, wxALIGN_CENTER ); // Rows diff --git a/pcbnew/dialogs/dialog_edit_footprint_for_fp_editor_base.fbp b/pcbnew/dialogs/dialog_edit_footprint_for_fp_editor_base.fbp index 2614b21cb0..b8d982c7f6 100644 --- a/pcbnew/dialogs/dialog_edit_footprint_for_fp_editor_base.fbp +++ b/pcbnew/dialogs/dialog_edit_footprint_for_fp_editor_base.fbp @@ -2668,7 +2668,7 @@ 1 wxALIGN_LEFT 22 - "3D Model(s)" "Preview" + "3D Model(s)" "Show" wxALIGN_CENTER 2 650,65