Port: Fix for bug 157067: Inconsistency in appearance of "Move Up" and "Move Down" buttons

git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@156513 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2004-05-18 05:25:07 +00:00
parent 119a230b89
commit 33c3ef1a52
2 changed files with 6 additions and 4 deletions

View File

@@ -171,8 +171,10 @@ Contributor(s): Håkan Waara <hwaara@chello.se>
oncommand="openHelp('mail-filters');"/>
<spacer flex="1"/>
<button id="reorderUpButton" label="&reorderUpButton.label;" accesskey="&reorderUpButton.accesskey;"
class="up"
oncommand="onUp(event);"/>
<button id="reorderDownButton" label="&reorderDownButton.label;" accesskey="&reorderDownButton.accesskey;"
class="down"
oncommand="onDown(event);"/>
<spacer flex="1"/>
</vbox>

View File

@@ -6,11 +6,11 @@
<!ENTITY editButton.label "Edit...">
<!ENTITY editButton.accesskey "E">
<!ENTITY deleteButton.label "Delete">
<!ENTITY deleteButton.accesskey "D">
<!ENTITY deleteButton.accesskey "t">
<!ENTITY reorderUpButton.label "Move Up">
<!ENTITY reorderUpButton.accesskey "M">
<!ENTITY reorderUpButton.accesskey "U">
<!ENTITY reorderDownButton.label "Move Down">
<!ENTITY reorderDownButton.accesskey "o">
<!ENTITY reorderDownButton.accesskey "D">
<!ENTITY filterHeader.label "Enabled filters are run automatically in the order shown below.">
<!ENTITY filtersForPrefix.label "Filters for:">
<!ENTITY filtersForPrefix.accesskey "F">
@@ -21,7 +21,7 @@
<!ENTITY stopFilters.label "Stop">
<!ENTITY stopFilters.accesskey "S">
<!ENTITY folderPickerPrefix.label "Run selected filter(s) on:">
<!ENTITY folderPickerPrefix.accesskey "i">
<!ENTITY folderPickerPrefix.accesskey "c">
<!ENTITY choosethis.label "choose this folder">
<!ENTITY choosethisnewsserver.label "choose this news server">
<!ENTITY helpButton.label "Help">