Bring up, down, top, and bottom icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent 83276d5802
commit bf04c3aaa5

@ -106,9 +106,9 @@ FrmPrintWizard::FrmPrintWizard(TQWidget *parent, const char *name )
BtnBrowseOutputPath->setText("");
BtnBrowseOutputPath->setIconSet( SmallIconSet( "fileopen" ) );
BtnPrintOrderDown->setText("");
BtnPrintOrderDown->setIconSet( SmallIconSet( "down" ) );
BtnPrintOrderDown->setIconSet( SmallIconSet( "go-down" ) );
BtnPrintOrderUp->setText("");
BtnPrintOrderUp->setIconSet( SmallIconSet( "up" ) );
BtnPrintOrderUp->setIconSet( SmallIconSet( "go-up" ) );
BtnPreviewPageUp->setText("");
BtnPreviewPageUp->setIconSet( SmallIconSet( "go-next" ) );
BtnPreviewPageDown->setText("");

Loading…
Cancel
Save