mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2022-09-17 Fred Gleason <fredg@paravelsystems.com>
* Added type icons to the 'Source' and 'Destination' columns of the events list in rdcatch(1). * Removed the 'RSS Feed' column from the event list in rdcatch(1). * Consolidated the 'Start Date Offset' and 'End Date Offset' columns into a single 'Start/End Date' column in rdcatch(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -117,6 +117,7 @@
|
||||
#include "../icons/record.xpm"
|
||||
#include "../icons/upload.xpm"
|
||||
#include "../icons/download.xpm"
|
||||
#include "../icons/url.xpm"
|
||||
|
||||
#include "../icons/host-16x16.xpm"
|
||||
#include "../icons/service-16x16.xpm"
|
||||
@@ -279,6 +280,7 @@ RDIconEngine::RDIconEngine()
|
||||
d_list_icons.push_back(QPixmap(rss_xpm));
|
||||
d_list_icons.push_back(QPixmap(upload_xpm));
|
||||
d_list_icons.push_back(QPixmap(download_xpm));
|
||||
d_list_icons.push_back(QPixmap(url_xpm));
|
||||
|
||||
//
|
||||
// Create Service Icon
|
||||
|
||||
Reference in New Issue
Block a user