Skip to content

Commit

Permalink
Update OptionsNetwork.cpp
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
offhub committed Apr 12, 2024
1 parent cd5104e commit f279619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SandboxiePlus/SandMan/Windows/OptionsNetwork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void COptionsWindow::CreateNetwork()
ui.cmbProtFwTest->addItem(tr("ICMP"), (int)eIcmp);
connect(ui.btnClearFwTest, SIGNAL(clicked(bool)), this, SLOT(OnClearNetFwTest()));

connect(ui.chkBlockDns, SIGNAL(clicked(bool)), this, SLOT(OnBlockDNS()));
connect(ui.chkBlockDns, SIGNAL(clicked(bool)), this, SLOT(OnBlockDns()));
connect(ui.chkBlockSamba, SIGNAL(clicked(bool)), this, SLOT(OnBlockSamba()));
}

Expand Down

0 comments on commit f279619

Please sign in to comment.