Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent 1833d340f9
commit bbe98cf1bb

@ -1072,11 +1072,11 @@ Tray::Tray() : KSystemTray()
// this action is only connected when the menu is shown, hence the 0 receiver
new TDEAction (i18n ("New connection ..."),
SmallIcon ("filenew", TQIconSet::Automatic), 0,
SmallIcon ("document-new", TQIconSet::Automatic), 0,
TQT_TQOBJECT(this), 0, actionCollection (), "new_connection");
new TDEActionMenu (i18n ("New connection ..."),
SmallIcon ("filenew", TQIconSet::Automatic),
SmallIcon ("document-new", TQIconSet::Automatic),
actionCollection(), "new_connection_menu");
new TDEActionMenu (i18n ("Deactivate connection..."),

@ -123,7 +123,7 @@ void WiredDeviceTray::addMenuItems(TDEPopupMenu* menu)
if ( connectionItems == 0) {
// menu->insertSeparator();
menu->insertItem(SmallIcon("filenew", TQIconSet::Automatic), i18n("Create new wired connection"), this, TQT_SLOT(newConnection()));
menu->insertItem(SmallIcon("document-new", TQIconSet::Automatic), i18n("Create new wired connection"), this, TQT_SLOT(newConnection()));
}
// bring the device down

Loading…
Cancel
Save