Bring stop, lock, exit, and run icons into XDG compliance

remotes/gitea/gg-tdeadmin-kcron
Timothy Pearson 10 years ago
parent 74986c6995
commit d69c3a21f3

@ -143,7 +143,7 @@ KDatMainWindow::KDatMainWindow()
_fileMenu->insertItem( i18n( "Delete Backup Profile" ), this, TQT_SLOT( fileDeleteBackupProfile() ) );
_fileMenu->insertItem( i18n( "Format Tape..." ) , this, TQT_SLOT( fileFormatTape() ) );
_fileMenu->insertSeparator();
_fileMenu->insertItem( SmallIcon("exit"), i18n( "&Quit" ) , this, TQT_SLOT( fileQuit() ), CTRL + Key_Q );
_fileMenu->insertItem( SmallIcon("system-log-out"), i18n( "&Quit" ) , this, TQT_SLOT( fileQuit() ), CTRL + Key_Q );
_editMenu = new TQPopupMenu;
_editMenu->insertItem( SmallIcon("configure"), i18n( "Configure KDat..." ) , this, TQT_SLOT( editPreferences() ) );

@ -126,7 +126,7 @@ void KNetworkConf::loadNetworkDevicesInfo()
item->setPixmap(0,inactiveWirelessDeviceImg);
item->setText(3,i18n("Disabled"));
item->setPixmap(3,SmallIcon("stop"));
item->setPixmap(3,SmallIcon("process-stop"));
if (device->getBootProto().lower() == "dhcp")
item->setText(1,"");
}
@ -768,7 +768,7 @@ void KNetworkConf::verifyDeviceStateChanged(){
item->setPixmap(0,inactiveWirelessDeviceImg);
item->setText(3,i18n("Disabled"));
item->setPixmap(3,SmallIcon("stop"));
item->setPixmap(3,SmallIcon("process-stop"));
if (dev->getBootProto().lower() == "dhcp")
item->setText(1,"");
}

Loading…
Cancel
Save