summaryrefslogtreecommitdiff
path: root/src/com/android/videoeditor/util
diff options
context:
space:
mode:
authorShih-chia Cheng <shihchia@google.com>2011-07-24 11:00:43 +0800
committerShih-chia Cheng <shihchia@google.com>2011-07-24 11:04:42 +0800
commit15eda327c9efcb98ddaad61e728c93da41fa3c21 (patch)
tree366030c992f2d8d25e763961631f4398e33c6b4b /src/com/android/videoeditor/util
parentd7de985f8b36318a4ff49400753bf3bb5f9b9fae (diff)
downloadVideoEditor-15eda327c9efcb98ddaad61e728c93da41fa3c21.tar.gz
Pop up soft keyboard for project creation dialog
Bug: 5028336 Change-Id: I7f7295d1a5f7873d56bf40898885edbf50d28387
Diffstat (limited to 'src/com/android/videoeditor/util')
-rwxr-xr-xsrc/com/android/videoeditor/util/FileUtils.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/videoeditor/util/FileUtils.java b/src/com/android/videoeditor/util/FileUtils.java
index fb921d9..c8d36a3 100755
--- a/src/com/android/videoeditor/util/FileUtils.java
+++ b/src/com/android/videoeditor/util/FileUtils.java
@@ -46,9 +46,9 @@ public class FileUtils {
}
/**
- * Get the root path for all projects
+ * Gets the root path for all projects
*
- * @param contex The context
+ * @param context The context
*
* @return The file representing the projects root directory
*/