Summary: | Toolbar buttons for 'find prev.' / 'find next' are in the wrong order | ||
---|---|---|---|
Product: | [Unmaintained] khexedit | Reporter: | Christian D. <christiand59> |
Component: | general | Assignee: | 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: | ||
Sentry Crash Report: | |||
Attachments: | easy fix |
Description
Christian D.
2006-02-20 22:23:25 UTC
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"/> |