author | benmeyer <benmeyer> | 2002-10-18 18:25:08 (UTC) |
---|---|---|
committer | benmeyer <benmeyer> | 2002-10-18 18:25:08 (UTC) |
commit | ee1d0ae1ee86bb0373a3526928a4ae17468361c3 (patch) (side-by-side diff) | |
tree | 39c04aa1438f1e323c26bf5116f6bc4939dd6d00 | |
parent | a63b3b36cf4d665b67733e069bfaad8f96388276 (diff) | |
download | opie-ee1d0ae1ee86bb0373a3526928a4ae17468361c3.zip opie-ee1d0ae1ee86bb0373a3526928a4ae17468361c3.tar.gz opie-ee1d0ae1ee86bb0373a3526928a4ae17468361c3.tar.bz2 |
cleanup
-rw-r--r-- | noncore/net/networksetup/wlan/wlanmodule.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/networksettings/wlan/wlanmodule.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/networksetup/wlan/wlanmodule.cpp b/noncore/net/networksetup/wlan/wlanmodule.cpp index 8d25d99..f12e608 100644 --- a/noncore/net/networksetup/wlan/wlanmodule.cpp +++ b/noncore/net/networksetup/wlan/wlanmodule.cpp @@ -141,7 +141,7 @@ QWidget *WLANModule::information(Interface *i, QTabWidget **tabWidget){ if ( result == 0 ) info->freqLabel->setText(QString("%1").arg((double( iwr.u.freq.m ) * pow( 10, iwr.u.freq.e ) / 1000000000))); else - info->freqLabel->setText("0"); + info->freqLabel->setText("*** Unknown ***"); /* // gather link quality from /proc/net/wireless diff --git a/noncore/settings/networksettings/wlan/wlanmodule.cpp b/noncore/settings/networksettings/wlan/wlanmodule.cpp index 8d25d99..f12e608 100644 --- a/noncore/settings/networksettings/wlan/wlanmodule.cpp +++ b/noncore/settings/networksettings/wlan/wlanmodule.cpp @@ -141,7 +141,7 @@ QWidget *WLANModule::information(Interface *i, QTabWidget **tabWidget){ if ( result == 0 ) info->freqLabel->setText(QString("%1").arg((double( iwr.u.freq.m ) * pow( 10, iwr.u.freq.e ) / 1000000000))); else - info->freqLabel->setText("0"); + info->freqLabel->setText("*** Unknown ***"); /* // gather link quality from /proc/net/wireless |