From 2f0dbe271542b59f1a1b817e7a43bbe0cc180699 Mon Sep 17 00:00:00 2001 From: ehouse Date: Fri, 14 May 2004 09:16:43 +0000 Subject: [PATCH] add del button for tile picker --- palm/l10n/xwords4_es_CT.rcp.pre | 7 ++++--- palm/l10n/xwords4_es_ES.rcp.pre | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/palm/l10n/xwords4_es_CT.rcp.pre b/palm/l10n/xwords4_es_CT.rcp.pre index b69892ddb..5885ebde5 100644 --- a/palm/l10n/xwords4_es_CT.rcp.pre +++ b/palm/l10n/xwords4_es_CT.rcp.pre @@ -400,7 +400,7 @@ FORM ID XW_BLANK_DIALOG_ID AT ( 2 74 156 83 ) USABLE DEFAULTBTNID XW_BLANK_PICK_BUTTON_ID #endif BEGIN - TITLE "Tile picker" + TITLE "Tile picker" /* translate me */ FIELD XW_BLANK_LABEL_FIELD_ID AT (10 BLANK_PICK_TOP 110 39) NONEDITABLE MULTIPLELINES @@ -408,10 +408,11 @@ BEGIN LIST "" ID XW_BLANK_LIST_ID AT (PREVRIGHT+2 BLANK_PICK_TOP 28 72) USABLE VISIBLEITEMS 6 - BUTTON "Ok" XW_BLANK_OK_BUTTON_ID RIGHT@PREVLEFT-10 65 AUTO AUTO + BUTTON "Ok" XW_BLANK_OK_BUTTON_ID RIGHT@PREVLEFT-10 65 AUTO AUTO /* translate me */ #ifdef FEATURE_TRAY_EDIT - BUTTON "Pick all!" XW_BLANK_PICK_BUTTON_ID 5 65 AUTO AUTO + BUTTON "Pick all!" XW_BLANK_PICK_BUTTON_ID 5 65 AUTO AUTO /* translate me */ + BUTTON "Del" XW_BLANK_BACKUP_BUTTON_ID PREVRIGHT+3 PREVTOP 22 AUTO /* translate me */ #endif END diff --git a/palm/l10n/xwords4_es_ES.rcp.pre b/palm/l10n/xwords4_es_ES.rcp.pre index a62183bc5..4bac7affb 100644 --- a/palm/l10n/xwords4_es_ES.rcp.pre +++ b/palm/l10n/xwords4_es_ES.rcp.pre @@ -456,6 +456,7 @@ BEGIN BUTTON "Ok" XW_BLANK_OK_BUTTON_ID RIGHT@PREVLEFT-10 65 AUTO AUTO /* translate me */ #ifdef FEATURE_TRAY_EDIT + BUTTON "Del" XW_BLANK_BACKUP_BUTTON_ID PREVRIGHT+3 PREVTOP 22 AUTO /* translate me */ BUTTON "Pick all!" XW_BLANK_PICK_BUTTON_ID 5 65 AUTO AUTO /* translate me */ #endif END