diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-11-19 18:16:17 +0100 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-11-19 18:16:17 +0100 |
commit | f94f9acbf9ca30440a2b96c53901dfcad6bf6831 (patch) | |
tree | bf55ca361328f41dc79ee5fcb8203a47ec81165a | |
parent | Workaround for crypto quirk on Nexus 10 (diff) | |
download | android_bootable_recovery-f94f9acbf9ca30440a2b96c53901dfcad6bf6831.tar android_bootable_recovery-f94f9acbf9ca30440a2b96c53901dfcad6bf6831.tar.gz android_bootable_recovery-f94f9acbf9ca30440a2b96c53901dfcad6bf6831.tar.bz2 android_bootable_recovery-f94f9acbf9ca30440a2b96c53901dfcad6bf6831.tar.lz android_bootable_recovery-f94f9acbf9ca30440a2b96c53901dfcad6bf6831.tar.xz android_bootable_recovery-f94f9acbf9ca30440a2b96c53901dfcad6bf6831.tar.zst android_bootable_recovery-f94f9acbf9ca30440a2b96c53901dfcad6bf6831.zip |
-rwxr-xr-x | gui/devices/1024x600/res/ui.xml | 2 | ||||
-rw-r--r-- | gui/devices/1024x768/res/ui.xml | 2 | ||||
-rw-r--r-- | gui/devices/1280x800/res/ui.xml | 2 | ||||
-rw-r--r-- | gui/devices/1920x1200/res/ui.xml | 2 | ||||
-rw-r--r-- | gui/devices/320x480/res/ui.xml | 2 | ||||
-rw-r--r-- | gui/devices/480x800/res/ui.xml | 2 | ||||
-rw-r--r-- | gui/devices/480x854/res/ui.xml | 2 | ||||
-rw-r--r-- | gui/devices/540x960/res/ui.xml | 2 | ||||
-rw-r--r-- | gui/devices/720x1280/res/ui.xml | 2 | ||||
-rwxr-xr-x | gui/devices/800x1280/res/ui.xml | 2 | ||||
-rwxr-xr-x | gui/devices/800x480/res/ui.xml | 2 | ||||
-rw-r--r-- | variables.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/gui/devices/1024x600/res/ui.xml b/gui/devices/1024x600/res/ui.xml index cfcb52fc3..1a2503627 100755 --- a/gui/devices/1024x600/res/ui.xml +++ b/gui/devices/1024x600/res/ui.xml @@ -2253,7 +2253,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% && mv %tw_restore_name% %tw_backup_rename%</action> + <action function="set">tw_action_param=cd %tw_backups_folder% && mv "%tw_restore_name%" "%tw_backup_rename%"</action> <action function="set">tw_text1=Rename Backup?</action> <action function="set">tw_text2=This cannot be undone!</action> <action function="set">tw_action_text1=Renaming Backup...</action> diff --git a/gui/devices/1024x768/res/ui.xml b/gui/devices/1024x768/res/ui.xml index 8e1a14818..b6da352d2 100644 --- a/gui/devices/1024x768/res/ui.xml +++ b/gui/devices/1024x768/res/ui.xml @@ -2253,7 +2253,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% && mv %tw_restore_name% %tw_backup_rename%</action> + <action function="set">tw_action_param=cd %tw_backups_folder% && mv "%tw_restore_name%" "%tw_backup_rename%"</action> <action function="set">tw_text1=Rename Backup?</action> <action function="set">tw_text2=This cannot be undone!</action> <action function="set">tw_action_text1=Renaming Backup...</action> diff --git a/gui/devices/1280x800/res/ui.xml b/gui/devices/1280x800/res/ui.xml index d7cbaaa4e..9904b5acc 100644 --- a/gui/devices/1280x800/res/ui.xml +++ b/gui/devices/1280x800/res/ui.xml @@ -2253,7 +2253,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% && mv %tw_restore_name% %tw_backup_rename%</action> + <action function="set">tw_action_param=cd %tw_backups_folder% && mv "%tw_restore_name%" "%tw_backup_rename%"</action> <action function="set">tw_text1=Rename Backup?</action> <action function="set">tw_text2=This cannot be undone!</action> <action function="set">tw_action_text1=Renaming Backup...</action> diff --git a/gui/devices/1920x1200/res/ui.xml b/gui/devices/1920x1200/res/ui.xml index fa1764933..c0dd0b615 100644 --- a/gui/devices/1920x1200/res/ui.xml +++ b/gui/devices/1920x1200/res/ui.xml @@ -2253,7 +2253,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% && mv %tw_restore_name% %tw_backup_rename%</action> + <action function="set">tw_action_param=cd %tw_backups_folder% && mv "%tw_restore_name%" "%tw_backup_rename%"</action> <action function="set">tw_text1=Rename Backup?</action> <action function="set">tw_text2=This cannot be undone!</action> <action function="set">tw_action_text1=Renaming Backup...</action> diff --git a/gui/devices/320x480/res/ui.xml b/gui/devices/320x480/res/ui.xml index 1d31719cf..64764d842 100644 --- a/gui/devices/320x480/res/ui.xml +++ b/gui/devices/320x480/res/ui.xml @@ -1830,7 +1830,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% && mv %tw_restore_name% %tw_backup_rename%</action> + <action function="set">tw_action_param=cd %tw_backups_folder% && mv "%tw_restore_name%" "%tw_backup_rename%"</action> <action function="set">tw_text1=Rename Backup?</action> <action function="set">tw_text2=This cannot be undone!</action> <action function="set">tw_action_text1=Renaming Backup...</action> diff --git a/gui/devices/480x800/res/ui.xml b/gui/devices/480x800/res/ui.xml index a8eee606d..798e9b949 100644 --- a/gui/devices/480x800/res/ui.xml +++ b/gui/devices/480x800/res/ui.xml @@ -1829,7 +1829,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% && mv %tw_restore_name% %tw_backup_rename%</action> + <action function="set">tw_action_param=cd %tw_backups_folder% && mv "%tw_restore_name%" "%tw_backup_rename%"</action> <action function="set">tw_text1=Rename Backup?</action> <action function="set">tw_text2=This cannot be undone!</action> <action function="set">tw_action_text1=Renaming Backup...</action> diff --git a/gui/devices/480x854/res/ui.xml b/gui/devices/480x854/res/ui.xml index 13629b46e..62fb909db 100644 --- a/gui/devices/480x854/res/ui.xml +++ b/gui/devices/480x854/res/ui.xml @@ -1828,7 +1828,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% && mv %tw_restore_name% %tw_backup_rename%</action> + <action function="set">tw_action_param=cd %tw_backups_folder% && mv "%tw_restore_name%" "%tw_backup_rename%"</action> <action function="set">tw_text1=Rename Backup?</action> <action function="set">tw_text2=This cannot be undone!</action> <action function="set">tw_action_text1=Renaming Backup...</action> diff --git a/gui/devices/540x960/res/ui.xml b/gui/devices/540x960/res/ui.xml index d58691249..5e90ae0ba 100644 --- a/gui/devices/540x960/res/ui.xml +++ b/gui/devices/540x960/res/ui.xml @@ -1829,7 +1829,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% && mv %tw_restore_name% %tw_backup_rename%</action> + <action function="set">tw_action_param=cd %tw_backups_folder% && mv "%tw_restore_name%" "%tw_backup_rename%"</action> <action function="set">tw_text1=Rename Backup?</action> <action function="set">tw_text2=This cannot be undone!</action> <action function="set">tw_action_text1=Renaming Backup...</action> diff --git a/gui/devices/720x1280/res/ui.xml b/gui/devices/720x1280/res/ui.xml index e3dd6ac62..9be4086cf 100644 --- a/gui/devices/720x1280/res/ui.xml +++ b/gui/devices/720x1280/res/ui.xml @@ -1834,7 +1834,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% && mv %tw_restore_name% %tw_backup_rename%</action> + <action function="set">tw_action_param=cd %tw_backups_folder% && mv "%tw_restore_name%" "%tw_backup_rename%"</action> <action function="set">tw_text1=Rename Backup?</action> <action function="set">tw_text2=This cannot be undone!</action> <action function="set">tw_action_text1=Renaming Backup...</action> diff --git a/gui/devices/800x1280/res/ui.xml b/gui/devices/800x1280/res/ui.xml index 37f4c1e96..c435cf94e 100755 --- a/gui/devices/800x1280/res/ui.xml +++ b/gui/devices/800x1280/res/ui.xml @@ -1830,7 +1830,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% && mv %tw_restore_name% %tw_backup_rename%</action> + <action function="set">tw_action_param=cd %tw_backups_folder% && mv "%tw_restore_name%" "%tw_backup_rename%"</action> <action function="set">tw_text1=Rename Backup?</action> <action function="set">tw_text2=This cannot be undone!</action> <action function="set">tw_action_text1=Renaming Backup...</action> diff --git a/gui/devices/800x480/res/ui.xml b/gui/devices/800x480/res/ui.xml index 302388aca..3241e9945 100755 --- a/gui/devices/800x480/res/ui.xml +++ b/gui/devices/800x480/res/ui.xml @@ -2253,7 +2253,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% && mv %tw_restore_name% %tw_backup_rename%</action> + <action function="set">tw_action_param=cd %tw_backups_folder% && mv "%tw_restore_name%" "%tw_backup_rename%"</action> <action function="set">tw_text1=Rename Backup?</action> <action function="set">tw_text2=This cannot be undone!</action> <action function="set">tw_action_text1=Renaming Backup...</action> diff --git a/variables.h b/variables.h index cc34b6cd7..3dbc0a1bf 100644 --- a/variables.h +++ b/variables.h @@ -17,7 +17,7 @@ #ifndef _VARIABLES_HEADER_ #define _VARIABLES_HEADER_ -#define TW_VERSION_STR "2.3.2.1" +#define TW_VERSION_STR "2.3.2.3" #define TW_USE_COMPRESSION_VAR "tw_use_compression" #define TW_IGNORE_IMAGE_SIZE "tw_ignore_image_size" |