minor fixes and French translation update

This commit is contained in:
jean-pierre charras 2022-05-30 11:23:20 +02:00
parent d5d8d36d86
commit 2701642b1b
3 changed files with 748 additions and 711 deletions

View File

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

View File

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