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.
Created attachment 16227 [details] easy fix an easy fix for the problem
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"/>