From 282e37b2bf20cb9e75d75cd420131a961246ace6 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Mon, 24 Sep 2018 14:57:02 -0400 Subject: [PATCH] Pcbnew: change step export dialog action button text. Change "OK" to "Export" so user is not surprised by the fact that the dialog does not close after the step file is created.. Fixes lp:1784260 https://bugs.launchpad.net/kicad/+bug/1784260 --- pcbnew/dialogs/dialog_export_step.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/dialogs/dialog_export_step.cpp b/pcbnew/dialogs/dialog_export_step.cpp index 47c9dd43ba..e198ccd9d9 100644 --- a/pcbnew/dialogs/dialog_export_step.cpp +++ b/pcbnew/dialogs/dialog_export_step.cpp @@ -120,6 +120,7 @@ DIALOG_EXPORT_STEP::DIALOG_EXPORT_STEP( PCB_EDIT_FRAME* aParent, const wxString& m_boardPath = aBoardPath; m_config = Kiface().KifaceSettings(); m_sdbSizerCancel->SetLabel( _( "Close" ) ); + m_sdbSizerOK->SetLabel( _( "Export" ) ); m_sdbSizer->Layout(); // Build default output file name