diff options
author | Michael Jurka <mikejurka@google.com> | 2010-10-22 13:40:50 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2010-10-22 14:02:08 -0700 |
commit | 774bd377df3053ef43e34ab8ca98160eb6811be1 (patch) | |
tree | dda33b16ccaf00da3f9a17ec7df069cb6bf6d3ee /src/com/android/launcher2/Launcher.java | |
parent | 3b838ff548c129c8ea087a73f21e77a503d58f97 (diff) | |
download | packages_apps_trebuchet-774bd377df3053ef43e34ab8ca98160eb6811be1.zip packages_apps_trebuchet-774bd377df3053ef43e34ab8ca98160eb6811be1.tar.gz packages_apps_trebuchet-774bd377df3053ef43e34ab8ca98160eb6811be1.tar.bz2 |
Fixing drag to application info button in All Apps
Change-Id: I6f31bf3ac24366791cf84830584846d57aab9b80
Diffstat (limited to 'src/com/android/launcher2/Launcher.java')
-rw-r--r-- | src/com/android/launcher2/Launcher.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/Launcher.java b/src/com/android/launcher2/Launcher.java index 9e66191..baec7e3 100644 --- a/src/com/android/launcher2/Launcher.java +++ b/src/com/android/launcher2/Launcher.java @@ -1883,7 +1883,7 @@ public final class Launcher extends Activity } /** - * Opens the user fodler described by the specified tag. The opening of the folder + * Opens the user folder described by the specified tag. The opening of the folder * is animated relative to the specified View. If the View is null, no animation * is played. * |