From f2796192dd747d8b4b64a7d445b480f098b774ba Mon Sep 17 00:00:00 2001 From: offhub <6871698+offhub@users.noreply.github.com> Date: Fri, 12 Apr 2024 20:04:30 +0300 Subject: [PATCH] Update OptionsNetwork.cpp typo fix --- SandboxiePlus/SandMan/Windows/OptionsNetwork.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SandboxiePlus/SandMan/Windows/OptionsNetwork.cpp b/SandboxiePlus/SandMan/Windows/OptionsNetwork.cpp index a119f28d..14952a9e 100644 --- a/SandboxiePlus/SandMan/Windows/OptionsNetwork.cpp +++ b/SandboxiePlus/SandMan/Windows/OptionsNetwork.cpp @@ -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())); }