mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2017-06-28 Fred Gleason <fredg@paravelsystems.com>
* Added a new icon set created by Josh Edelstein.
This commit is contained in:
@@ -81,7 +81,7 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
//
|
||||
// Create And Set Icon
|
||||
//
|
||||
gpi_rivendell_map=new QPixmap(rivendell_xpm);
|
||||
gpi_rivendell_map=new QPixmap(rivendell_22x22_xpm);
|
||||
setIcon(*gpi_rivendell_map);
|
||||
|
||||
//
|
||||
|
@@ -80,7 +80,7 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
//
|
||||
// Create And Set Icon
|
||||
//
|
||||
key_icon_map=new QPixmap(rivendell_xpm);
|
||||
key_icon_map=new QPixmap(rivendell_22x22_xpm);
|
||||
setIcon(*key_icon_map);
|
||||
|
||||
//
|
||||
|
@@ -95,7 +95,7 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
//
|
||||
// Create And Set Icon
|
||||
//
|
||||
rivendell_map=new QPixmap(rivendell_xpm);
|
||||
rivendell_map=new QPixmap(rivendell_22x22_xpm);
|
||||
setIcon(*rivendell_map);
|
||||
|
||||
setCaption(QString("RMLSend")+" v"+VERSION+" - "+tr("Macro Command Utility"));
|
||||
|
Reference in New Issue
Block a user