summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/ui
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2013-05-16 13:50:50 -0700
committerJohn Reck <jreck@google.com>2013-05-16 13:50:50 -0700
commit5e737ffa3eb106518e03d1a9b4d00a58c73640ee (patch)
treeded3378adaccbadb95106cb967319b39bbba5f84 /src/com/android/gallery3d/filtershow/ui
parent2c81bea7d026c29ad2b0b95031b2a399b88886f5 (diff)
downloadandroid_packages_apps_Snap-5e737ffa3eb106518e03d1a9b4d00a58c73640ee.tar.gz
android_packages_apps_Snap-5e737ffa3eb106518e03d1a9b4d00a58c73640ee.tar.bz2
android_packages_apps_Snap-5e737ffa3eb106518e03d1a9b4d00a58c73640ee.zip
toUpper() some strings
Bug: 8791729 Change-Id: Icd05eb2d33b83fb589470ef9d98585f919f14deb
Diffstat (limited to 'src/com/android/gallery3d/filtershow/ui')
-rw-r--r--src/com/android/gallery3d/filtershow/ui/ImageCurves.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/filtershow/ui/ImageCurves.java b/src/com/android/gallery3d/filtershow/ui/ImageCurves.java
index 4755b909e..f7dcad7ce 100644
--- a/src/com/android/gallery3d/filtershow/ui/ImageCurves.java
+++ b/src/com/android/gallery3d/filtershow/ui/ImageCurves.java
@@ -36,6 +36,7 @@ import android.widget.LinearLayout;
import android.widget.PopupMenu;
import com.android.gallery3d.R;
+import com.android.gallery3d.filtershow.editors.Editor;
import com.android.gallery3d.filtershow.editors.EditorCurves;
import com.android.gallery3d.filtershow.filters.FilterCurvesRepresentation;
import com.android.gallery3d.filtershow.filters.FiltersManager;
@@ -116,6 +117,7 @@ public class ImageCurves extends ImageShow {
return true;
}
});
+ Editor.hackFixStrings(popupMenu.getMenu());
popupMenu.show();
}