summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/EditorPlaceHolder.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/filtershow/EditorPlaceHolder.java')
-rw-r--r--src/com/android/gallery3d/filtershow/EditorPlaceHolder.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/EditorPlaceHolder.java b/src/com/android/gallery3d/filtershow/EditorPlaceHolder.java
index 38424ec1f..30d4ddefa 100644
--- a/src/com/android/gallery3d/filtershow/EditorPlaceHolder.java
+++ b/src/com/android/gallery3d/filtershow/EditorPlaceHolder.java
@@ -12,7 +12,7 @@ import java.util.HashMap;
import java.util.Vector;
public class EditorPlaceHolder {
- private static final String LOGTAG = "PanelController";
+ private static final String LOGTAG = "EditorPlaceHolder";
private FilterShowActivity mActivity = null;
private FrameLayout mContainer = null;
@@ -88,4 +88,5 @@ public class EditorPlaceHolder {
public Editor getEditor(int editorId) {
return mEditors.get(editorId);
}
+
}