diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-11-14 23:27:31 +0100 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-11-15 20:27:08 +0100 |
commit | 16b74353d99615b4acbb60f3fbe49f4443e0365f (patch) | |
tree | f4e4f76c1522d809646d213b6f54ab948b3a9a1e /gui/devices/800x480 | |
parent | add exfat to partitions.cpp (diff) | |
download | android_bootable_recovery-16b74353d99615b4acbb60f3fbe49f4443e0365f.tar android_bootable_recovery-16b74353d99615b4acbb60f3fbe49f4443e0365f.tar.gz android_bootable_recovery-16b74353d99615b4acbb60f3fbe49f4443e0365f.tar.bz2 android_bootable_recovery-16b74353d99615b4acbb60f3fbe49f4443e0365f.tar.lz android_bootable_recovery-16b74353d99615b4acbb60f3fbe49f4443e0365f.tar.xz android_bootable_recovery-16b74353d99615b4acbb60f3fbe49f4443e0365f.tar.zst android_bootable_recovery-16b74353d99615b4acbb60f3fbe49f4443e0365f.zip |
Diffstat (limited to 'gui/devices/800x480')
-rwxr-xr-x | gui/devices/800x480/res/ui.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/devices/800x480/res/ui.xml b/gui/devices/800x480/res/ui.xml index 53530d58e..302388aca 100755 --- a/gui/devices/800x480/res/ui.xml +++ b/gui/devices/800x480/res/ui.xml @@ -2198,7 +2198,7 @@ <actions> <action function="set">tw_back=restore</action> <action function="set">tw_action=cmd</action> - <action function="set">tw_action_param=cd %tw_backups_folder% && rm -rf %tw_restore_name%</action> + <action function="set">tw_action_param=cd %tw_backups_folder% && rm -rf "%tw_restore_name%"</action> <action function="set">tw_text1=Delete Backup? %tw_restore_name%</action> <action function="set">tw_text2=This cannot be undone!</action> <action function="set">tw_action_text1=Deleting Backup...</action> |