summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/mainwindowimp.cpp
authorkergoth <kergoth>2003-01-26 20:11:54 (UTC)
committer kergoth <kergoth>2003-01-26 20:11:54 (UTC)
commit06d7d61516ee27b60c39453ef61215708aa3468a (patch) (unidiff)
tree57ce20b532778956f1f2e4c2ebe7003d4866bdd0 /noncore/settings/networksettings/mainwindowimp.cpp
parent5c4af98c127d777ba9f7de0c2298fb931a9cc877 (diff)
downloadopie-06d7d61516ee27b60c39453ef61215708aa3468a.zip
opie-06d7d61516ee27b60c39453ef61215708aa3468a.tar.gz
opie-06d7d61516ee27b60c39453ef61215708aa3468a.tar.bz2
networksetup -> networksettings, as reported by an OZ user.
Diffstat (limited to 'noncore/settings/networksettings/mainwindowimp.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/mainwindowimp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/networksettings/mainwindowimp.cpp b/noncore/settings/networksettings/mainwindowimp.cpp
index 9efc8c2..0ddc489 100644
--- a/noncore/settings/networksettings/mainwindowimp.cpp
+++ b/noncore/settings/networksettings/mainwindowimp.cpp
@@ -407,7 +407,7 @@ void MainWindowImp::updateInterface(Interface *i){
407 if(i->getModuleOwner() != NULL) 407 if(i->getModuleOwner() != NULL)
408 typeName = i->getModuleOwner()->getPixmapName(i); 408 typeName = i->getModuleOwner()->getPixmapName(i);
409 409
410 item->setPixmap(1, (Resource::loadPixmap(QString("networksetup/") + typeName))); 410 item->setPixmap(1, (Resource::loadPixmap(QString("networksettings/") + typeName)));
411 item->setText(2, i->getHardwareName()); 411 item->setText(2, i->getHardwareName());
412 item->setText(3, QString("(%1)").arg(i->getInterfaceName())); 412 item->setText(3, QString("(%1)").arg(i->getInterfaceName()));
413 item->setText(4, (i->getStatus()) ? i->getIp() : QString("")); 413 item->setText(4, (i->getStatus()) ? i->getIp() : QString(""));