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 351bdec133
commit bea659fa4a

@ -87,10 +87,10 @@ ConfigDialog::ConfigDialog( TQWidget *parent, const char *name, const TQStringLi
load();
TQVBoxLayout* top = new TQVBoxLayout(this);
mDlg->pushButtonNew->setPixmap( SmallIcon( "filenew" ) );
mDlg->pushButtonDelete->setPixmap( SmallIcon( "editdelete" ) );
mDlg->pushButtonAddCommand->setPixmap( SmallIcon( "filenew" ) );
mDlg->pushButtonRemoveCommand->setPixmap( SmallIcon( "editdelete" ) );
mDlg->pushButtonNew->setPixmap( SmallIcon( "document-new" ) );
mDlg->pushButtonDelete->setPixmap( SmallIcon( "edit-delete" ) );
mDlg->pushButtonAddCommand->setPixmap( SmallIcon( "document-new" ) );
mDlg->pushButtonRemoveCommand->setPixmap( SmallIcon( "edit-delete" ) );
mDlg->pushButtonUp->setPixmap( SmallIcon( "1uparrow" ) );
mDlg->pushButtonDown->setPixmap( SmallIcon( "1downarrow" ) );
mDlg->pushButtonAddToolTip->setPixmap( SmallIcon( "1rightarrow" ) );

Loading…
Cancel
Save