From 081001a515f23626b6299e39af4511f36db46d07 Mon Sep 17 00:00:00 2001 From: benmeyer Date: Fri, 18 Oct 2002 18:31:02 +0000 Subject: Updated TODO --- (limited to 'noncore/net/networksetup/mainwindowimp.cpp') diff --git a/noncore/net/networksetup/mainwindowimp.cpp b/noncore/net/networksetup/mainwindowimp.cpp index 8e4e898..843f630 100644 --- a/noncore/net/networksetup/mainwindowimp.cpp +++ b/noncore/net/networksetup/mainwindowimp.cpp @@ -191,7 +191,7 @@ void MainWindowImp::addClicked(){ void MainWindowImp::removeClicked(){ QListViewItem *item = connectionList->currentItem(); if(!item) { - QMessageBox::information(this, "Error","Please select an interface.", "Ok"); + QMessageBox::information(this, "Sorry","Please select an interface First.", "Ok"); return; } @@ -219,7 +219,7 @@ void MainWindowImp::removeClicked(){ void MainWindowImp::configureClicked(){ QListViewItem *item = connectionList->currentItem(); if(!item){ - QMessageBox::information(this, "Error","Please select an interface.", QMessageBox::Ok); + QMessageBox::information(this, "Sorry","Please select an interface first.", QMessageBox::Ok); return; } @@ -261,13 +261,13 @@ void MainWindowImp::configureClicked(){ void MainWindowImp::informationClicked(){ QListViewItem *item = connectionList->currentItem(); if(!item){ - QMessageBox::information(this, "Error","Please select an interface.", QMessageBox::Ok); + QMessageBox::information(this, "Sorry","Please select an interface First.", QMessageBox::Ok); return; } Interface *i = interfaceItems[item]; if(!i->isAttached()){ - QMessageBox::information(this, "Error","No information about\na disconnected interface.", QMessageBox::Ok); + QMessageBox::information(this, "Sorry","No information about\na disconnected interface.", QMessageBox::Ok); return; } -- cgit v0.9.0.2