Rebased in new branch to cleanup commit history.
This commit is contained in:
Morgan Hardwood
2018-07-13 18:13:35 +02:00
parent 93d5b3692d
commit 522495f4eb
1457 changed files with 31416 additions and 421 deletions

View File

@@ -42,12 +42,12 @@ FileThumbnailButtonSet::FileThumbnailButtonSet (FileBrowserEntry* myEntry)
{
if (!iconsLoaded) {
unRankIcon = RTImage::createFromPng ("ratednotg.png");
rankIcon = RTImage::createFromPng ("rated.png");
gRankIcon = RTImage::createFromPng ("grayrated.png");
trashIcon = RTImage::createFromPng ("trash-thumbnail.png");
unTrashIcon = RTImage::createFromPng ("undelete-thumbnail.png");
processIcon = RTImage::createFromPng ("processing-thumbnail.png");
unRankIcon = RTImage::createFromPng ("star-hollow-small.png");
rankIcon = RTImage::createFromPng ("star-gold-small.png");
gRankIcon = RTImage::createFromPng ("star-small.png");
trashIcon = RTImage::createFromPng ("trash-small.png");
unTrashIcon = RTImage::createFromPng ("trash-remove-small.png");
processIcon = RTImage::createFromPng ("gears-small.png");
colorLabelIcon_0 = RTImage::createFromPng ("circle-empty-gray.png"); //("nocolorlabel.png");
colorLabelIcon_1 = RTImage::createFromPng ("circle-red.png");