Bug 122378

Summary: Toolbar buttons for 'find prev.' / 'find next' are in the wrong order
Product: [Applications] khexedit Reporter: Christian D. <christiand59>
Component: generalAssignee: Espen Sand <espensa>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 0.8.6   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: easy fix

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"/>