summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/mainwindow.ui2
-rw-r--r--noncore/settings/networksettings/mainwindowimp.cpp8
2 files changed, 5 insertions, 5 deletions
diff --git a/noncore/settings/networksettings/mainwindow.ui b/noncore/settings/networksettings/mainwindow.ui
index 8e17cb3..f61a1ae 100644
--- a/noncore/settings/networksettings/mainwindow.ui
+++ b/noncore/settings/networksettings/mainwindow.ui
@@ -174,7 +174,7 @@
</property>
<property stdset="1">
<name>text</name>
- <string>&amp;Information</string>
+ <string>&amp;Start/Stop</string>
</property>
</widget>
<widget row="0" column="1" >
diff --git a/noncore/settings/networksettings/mainwindowimp.cpp b/noncore/settings/networksettings/mainwindowimp.cpp
index 56bbd2c..a61f620 100644
--- a/noncore/settings/networksettings/mainwindowimp.cpp
+++ b/noncore/settings/networksettings/mainwindowimp.cpp
@@ -420,10 +420,10 @@ void MainWindowImp::informationClicked(){
}
Interface *i = interfaceItems[item];
- if(!i->isAttached()){
- QMessageBox::information(this, "Sorry","No information about\na disconnected interface.", QMessageBox::Ok);
- return;
- }
+// if(!i->isAttached()){
+// QMessageBox::information(this, "Sorry","No information about\na disconnected interface.", QMessageBox::Ok);
+// return;
+// }
if(i->getModuleOwner()){
QWidget *moduleInformation = i->getModuleOwner()->information(i);