Bug 122378 - Toolbar buttons for 'find prev.' / 'find next' are in the wrong order
Summary: Toolbar buttons for 'find prev.' / 'find next' are in the wrong order
Status: RESOLVED FIXED
Alias: None
Product: khexedit
Classification: Applications
Component: general (show other bugs)
Version: 0.8.6
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Espen Sand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-20 22:23 UTC by Christian D.
Modified: 2006-08-30 22:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
easy fix (428 bytes, patch)
2006-05-22 19:11 UTC, Peter Oberndorfer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian D. 2006-02-20 22:23:25 UTC
Version:           0.8.6 (using KDE 3.5.1, Kubuntu Package 4:3.5.1-0ubuntu7 dapper)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.15-15-686

Toolbar buttons for 'find prev.' / 'find next' are in the wrong order. This is a minor inconsistency. They should be swapped so that find prev comes first.
Comment 1 Peter Oberndorfer 2006-05-22 19:11:15 UTC
Created attachment 16227 [details]
easy fix

an easy fix for the problem
Comment 2 Andreas Kling 2006-08-30 22:38:16 UTC
SVN commit 579021 by kling:

Reorder "find previous/next" actions in that order for consistency.

BUG: 122378


 M  +1 -1      khexeditui.rc  


--- branches/KDE/3.5/kdeutils/khexedit/khexeditui.rc #579020:579021
@@ -106,8 +106,8 @@
   <Action name="edit_paste"/>
   <Separator/>
   <Action name="edit_find"/>
+  <Action name="edit_find_last"/>
   <Action name="edit_find_next"/>
-  <Action name="edit_find_last"/>
   <Separator/>
   <Action name="cancel"/>
   <Action name="help"/>