Pcbnew: make "Swap Layers" title translatable.

This commit is contained in:
Baranovskiy Konstantin 2018-09-25 14:17:27 +03:00 committed by Seth Hillbrand
parent 3cc6e0cf02
commit 682cb3abe1
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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();
};