diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-09-26 16:07:14 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-09-26 16:07:14 +0200 |
commit | b9d1c6d461d2c208dbcbcbb3458c02e99bac348a (patch) | |
tree | 9728506ef64ddc0ffa16ab43750d6f9b5e1bfd81 /gui/devices/480x800 | |
parent | Add backup size checking (diff) | |
download | android_bootable_recovery-b9d1c6d461d2c208dbcbcbb3458c02e99bac348a.tar android_bootable_recovery-b9d1c6d461d2c208dbcbcbb3458c02e99bac348a.tar.gz android_bootable_recovery-b9d1c6d461d2c208dbcbcbb3458c02e99bac348a.tar.bz2 android_bootable_recovery-b9d1c6d461d2c208dbcbcbb3458c02e99bac348a.tar.lz android_bootable_recovery-b9d1c6d461d2c208dbcbcbb3458c02e99bac348a.tar.xz android_bootable_recovery-b9d1c6d461d2c208dbcbcbb3458c02e99bac348a.tar.zst android_bootable_recovery-b9d1c6d461d2c208dbcbcbb3458c02e99bac348a.zip |
Diffstat (limited to 'gui/devices/480x800')
-rw-r--r-- | gui/devices/480x800/res/ui.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/devices/480x800/res/ui.xml b/gui/devices/480x800/res/ui.xml index de7304a36..c63b44b6a 100644 --- a/gui/devices/480x800/res/ui.xml +++ b/gui/devices/480x800/res/ui.xml @@ -1437,7 +1437,7 @@ <font resource="font" color="%text_color%" /> <text>%tw_backup_name%</text> <data name="tw_backup_name" /> - <restrict minlen="1" maxlen="64" allow="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_.{}[]" /> + <restrict minlen="1" maxlen="64" allow=" abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_.{}[]" /> <actions> <action function="set">tw_filecheck=%tw_backups_folder%/%tw_backup_name%</action> <action function="set">tw_existpage=backupname2</action> @@ -1776,7 +1776,7 @@ <font resource="font" color="%text_color%" /> <text>%tw_backup_rename%</text> <data name="tw_backup_rename" /> - <restrict minlen="1" maxlen="64" allow="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_.{}[]" /> + <restrict minlen="1" maxlen="64" allow=" abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_.{}[]" /> <actions> <action function="set">tw_back=restore</action> <action function="set">tw_action=cmd</action> |