Add missing localizations
- Use .Localize() extension function
This commit is contained in:
parent
4a1a878db9
commit
3fdf5a83e7
9 changed files with 12 additions and 13 deletions
|
|
@ -10,7 +10,7 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
|
|||
{
|
||||
public class ConnectionWizardPage : WizardPage
|
||||
{
|
||||
public ConnectionWizardPage() : base("Cancel")
|
||||
public ConnectionWizardPage()
|
||||
{
|
||||
cancelButton.Click += (s, e) => PrinterConnectionAndCommunication.Instance.HaltConnectionThread();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue