[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2068: Use down and up arrows for 'Find Next' and 'Find Previous', (in trunk: . src/gui/help/browser)
Author: edmanm
Date: 2007-10-22 21:53:44 -0400 (Mon, 22 Oct 2007)
New Revision: 2068
Modified:
trunk/
trunk/src/gui/help/browser/helpbrowser.ui
Log:
r2195@lysithea: edmanm | 2007-10-22 21:53:28 -0400
Use down and up arrows for 'Find Next' and 'Find Previous', instead of right
and left arrows. This way looks more Firefoxy.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r2195] on dc66be73-d13e-47ba-a267-8dc7cda68c65
Modified: trunk/src/gui/help/browser/helpbrowser.ui
===================================================================
--- trunk/src/gui/help/browser/helpbrowser.ui 2007-10-23 01:26:47 UTC (rev 2067)
+++ trunk/src/gui/help/browser/helpbrowser.ui 2007-10-23 01:53:44 UTC (rev 2068)
@@ -174,7 +174,7 @@
<string>Find Previous</string>
</property>
<property name="icon" >
- <iconset resource="..\..\res\vidalia_common.qrc" >:/images/16x16/go-previous.png</iconset>
+ <iconset resource="..\..\res\vidalia_common.qrc">:/images/22x22/go-up.png</iconset>
</property>
</widget>
</item>
@@ -187,7 +187,7 @@
<string>Find Next</string>
</property>
<property name="icon" >
- <iconset resource="..\..\res\vidalia_common.qrc" >:/images/16x16/go-next.png</iconset>
+ <iconset resource="..\..\res\vidalia_common.qrc">:/images/22x22/go-down.png</iconset>
</property>
</widget>
</item>