changed the Directory icon, use now blue folder icon

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2254 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-02-09 13:49:37 +00:00
parent c4af6f2dea
commit 3269dcce0e
2 changed files with 4 additions and 4 deletions

View File

@ -45,9 +45,9 @@
/* Images for context menu icons */ /* Images for context menu icons */
#define IMAGE_START ":/images/download.png" #define IMAGE_START ":/images/download.png"
#define IMAGE_REMOVE ":/images/delete.png" #define IMAGE_REMOVE ":/images/delete.png"
#define IMAGE_REMOVEALL ":/images/deleteall.png" #define IMAGE_REMOVEALL ":/images/deleteall.png"
#define IMAGE_DIRECTORY ":/images/folder_green16.png" #define IMAGE_DIRECTORY ":/images/folder16.png"
/* Key for UI Preferences */ /* Key for UI Preferences */
#define UI_PREF_ADVANCED_SEARCH "UIOptions/AdvancedSearch" #define UI_PREF_ADVANCED_SEARCH "UIOptions/AdvancedSearch"

View File

@ -653,7 +653,7 @@ border: 1px solid #CCCCCC;}</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="images.qrc"> <iconset resource="images.qrc">
<normaloff>:/images/folder_green16.png</normaloff>:/images/folder_green16.png</iconset> <normaloff>:/images/folder16.png</normaloff>:/images/folder16.png</iconset>
</property> </property>
</item> </item>
</widget> </widget>