summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings
Unidiff
Diffstat (limited to 'noncore/settings/networksettings') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/interfaces/interfacesetupimp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/networksettings/interfaces/interfacesetupimp.cpp b/noncore/settings/networksettings/interfaces/interfacesetupimp.cpp
index 6587d6f..550e909 100644
--- a/noncore/settings/networksettings/interfaces/interfacesetupimp.cpp
+++ b/noncore/settings/networksettings/interfaces/interfacesetupimp.cpp
@@ -61,3 +61,3 @@ bool InterfaceSetupImp::saveSettings(){
61 if(!dhcpCheckBox->isChecked() && (ipAddressEdit->text().isEmpty() || subnetMaskEdit->text().isEmpty())){ 61 if(!dhcpCheckBox->isChecked() && (ipAddressEdit->text().isEmpty() || subnetMaskEdit->text().isEmpty())){
62 QMessageBox::information(this, "Empy Fields.", "Please fill in address, subnet,\n and gateway entries.", "Ok"); 62 QMessageBox::information(this, "Not Saved.", "Please fill in address, subnet,\n and gateway entries.", "Ok");
63 return false; 63 return false;
@@ -138,3 +138,3 @@ void InterfaceSetupImp::setProfile(const QString &profile){
138 autoStart->setChecked(interfaces->isAuto(interface->getInterfaceName())); 138 autoStart->setChecked(interfaces->isAuto(interface->getInterfaceName()));
139 QString dns = interfaces->getInterfaceOption("up interfacednsscript -a", error); 139 QString dns = interfaces->getInterfaceOption("up "DNSSCRIPT" -a", error);
140 if(dns.contains(" ")){ 140 if(dns.contains(" ")){