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();