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:
@@ -65,7 +65,7 @@
|
||||
//
|
||||
// Icons
|
||||
//
|
||||
#include "../icons/rivendell-22x22.xpm"
|
||||
#include "../icons/rdlogmanager-22x22.xpm"
|
||||
|
||||
//
|
||||
// Global Resources
|
||||
@@ -187,7 +187,7 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
//
|
||||
// Create And Set Icon
|
||||
//
|
||||
log_rivendell_map=new QPixmap(rivendell_xpm);
|
||||
log_rivendell_map=new QPixmap(rdlogmanager_22x22_xpm);
|
||||
setIcon(*log_rivendell_map);
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user