summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/pipeline/ProcessingService.java
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-09-17 11:13:48 -0700
committerJohn Hoford <hoford@google.com>2013-09-17 12:44:18 -0700
commit8a0072e519157b976d7d1fd34ca2aa1c849a983b (patch)
treec720e5a7e3145a32d481c4bbf11f428579dbce3f /src/com/android/gallery3d/filtershow/pipeline/ProcessingService.java
parent6aea6b7f4014968fc414554c1530b16437364c80 (diff)
downloadandroid_packages_apps_Gallery2-8a0072e519157b976d7d1fd34ca2aa1c849a983b.tar.gz
android_packages_apps_Gallery2-8a0072e519157b976d7d1fd34ca2aa1c849a983b.tar.bz2
android_packages_apps_Gallery2-8a0072e519157b976d7d1fd34ca2aa1c849a983b.zip
remove translation in jason encoding
Change-Id: I26c1ae312b3ba71efc40fe0675f53d6b2c377bed
Diffstat (limited to 'src/com/android/gallery3d/filtershow/pipeline/ProcessingService.java')
-rw-r--r--src/com/android/gallery3d/filtershow/pipeline/ProcessingService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/pipeline/ProcessingService.java b/src/com/android/gallery3d/filtershow/pipeline/ProcessingService.java
index 7d3767ae4..c6a4f80b1 100644
--- a/src/com/android/gallery3d/filtershow/pipeline/ProcessingService.java
+++ b/src/com/android/gallery3d/filtershow/pipeline/ProcessingService.java
@@ -152,7 +152,7 @@ public class ProcessingService extends Service {
processIntent.putExtra(ProcessingService.DESTINATION_FILE, destination.toString());
}
processIntent.putExtra(ProcessingService.PRESET,
- preset.getJsonString(context.getString(R.string.saved)));
+ preset.getJsonString(ImagePreset.JASON_SAVED));
processIntent.putExtra(ProcessingService.SAVING, true);
if (doFlatten) {
processIntent.putExtra(ProcessingService.FLATTEN, true);