bugfix 2584

This commit is contained in:
2008-05-21 07:51:42 +00:00
parent a4b98450d5
commit 164b90339c
3 changed files with 4 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

+3 -2
View File
@@ -51,7 +51,7 @@
<file>Icons/big-right-arrow.png</file>
<file>Icons/big-up-arrow.png</file>
<file>Icons/binoculars64.png</file>
<file>Icons/blank.png</file>
<file alias="Icons/Blank">Icons/blank.png</file>
<file>Icons/blank_2x16.png</file>
<file>Icons/books1.png</file>
<file alias="Icons/Both">Icons/both.png</file>
@@ -111,7 +111,8 @@
<file alias="Icons/Library/icon">Icons/library_25.png</file>
<file>Icons/lock.png</file>
<file>Icons/log.png</file>
<file>Icons/log_25.png</file>
<file alias="Icons/Log">Icons/log_25.png</file>
<file alias="Icons/Log-tree">Icons/log_16.png</file>
<file alias="Icons/neg">Icons/neg.png</file>
<file alias="Icons/Network/icon-neg">Icons/network-neg_25.png</file>
+1 -1
View File
@@ -1705,7 +1705,7 @@ void RuleSetView::paintCell(QPainter *pntr,
if (policyRule && policyRule->getLogging())
{
QString icn = Resources::global_res->getResourceStr("/FWBuilderResources/UI/Icons/Log" ).c_str();
QString icn = chooseIcon(":/Icons/Log");//Resources::global_res->getResourceStr("/FWBuilderResources/UI/Icons/Log" ).c_str();
assert(icn!="");
QPixmap pm;