Browse Source

Pcbnew: make "Swap Layers" title translatable.

pull/13/head
Baranovskiy Konstantin 7 years ago
committed by Seth Hillbrand
parent
commit
682cb3abe1
  1. 2
      pcbnew/dialogs/dialog_swap_layers_base.fbp
  2. 2
      pcbnew/dialogs/dialog_swap_layers_base.h

2
pcbnew/dialogs/dialog_swap_layers_base.fbp

@ -14,7 +14,7 @@
<property name="file">dialog_swap_layers_base</property>
<property name="first_id">1000</property>
<property name="help_provider">none</property>
<property name="internationalize">0</property>
<property name="internationalize">1</property>
<property name="name">swap_layers</property>
<property name="namespace"></property>
<property name="path">.</property>

2
pcbnew/dialogs/dialog_swap_layers_base.h

@ -45,7 +45,7 @@ class DIALOG_SWAP_LAYERS_BASE : public DIALOG_SHIM
public:
DIALOG_SWAP_LAYERS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Swap Layers"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
DIALOG_SWAP_LAYERS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Swap Layers"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
~DIALOG_SWAP_LAYERS_BASE();
};

Loading…
Cancel
Save