Pcbnew: make "Swap Layers" title translatable.
This commit is contained in:
parent
3cc6e0cf02
commit
682cb3abe1
|
@ -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>
|
||||
|
|
|
@ -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…
Reference in New Issue