Skip to content

Commit

Permalink
Minor ..
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkatsi91 committed Aug 22, 2019
1 parent 50366ad commit 3b4bd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 3b4bd39

Please sign in to comment.