From 3b4bd3948b2a7b8693302f0e572102f2073f9108 Mon Sep 17 00:00:00 2001 From: Dimos Katsimardos Date: Fri, 23 Aug 2019 01:18:45 +0300 Subject: [PATCH] Minor .. --- manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager.cpp b/manager.cpp index b80e4e7..e41da20 100644 --- a/manager.cpp +++ b/manager.cpp @@ -901,7 +901,7 @@ void Manager::on_firewall_checkBox_clicked(bool checked) else { // Show the NetInfo Dialog NetInfo *NetInfoDialog = new NetInfo(this); - NetInfoDialog->setWindowTitle(Table.toUpper() + " FIREWALL SET-UP"); + NetInfoDialog->setWindowTitle(getTable().toUpper() + " FIREWALL SET-UP"); QString info = iptables(); NetInfoDialog->catchText(info); NetInfoDialog->exec();