minor fixes and French translation update
This commit is contained in:
parent
d5d8d36d86
commit
2701642b1b
|
@ -332,7 +332,6 @@ bool NETLIST_EXPORTER_PSPICE::ProcessNetlist( unsigned aCtl )
|
|||
m_spiceItems.clear();
|
||||
|
||||
int refNet = 0;
|
||||
const char* refNetString = "0";
|
||||
m_netMap["GND"] = refNet; // 0 is reserved for "GND"
|
||||
int netIdx = 1;
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ DIALOG_MANAGE_REPOSITORIES::DIALOG_MANAGE_REPOSITORIES(
|
|||
m_buttonAdd->Bind( wxEVT_BUTTON, &DIALOG_MANAGE_REPOSITORIES::OnAdd, this );
|
||||
|
||||
wxMenu* addMenu = m_buttonAdd->GetSplitButtonMenu();
|
||||
wxMenuItem* menuItem = addMenu->Append( wxID_ANY, _( "Add Default" ) );
|
||||
wxMenuItem* menuItem = addMenu->Append( wxID_ANY, _( "Add Default Repository" ) );
|
||||
|
||||
addMenu->Bind( wxEVT_COMMAND_MENU_SELECTED, &DIALOG_MANAGE_REPOSITORIES::OnAddDefault, this,
|
||||
menuItem->GetId() );
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue