diff -r 7831c84cc644 -r 33924ff4af50 project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/util/UiUtils.java --- a/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/util/UiUtils.java Mon Aug 20 21:05:57 2012 +0200 +++ b/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/util/UiUtils.java Wed Aug 22 01:30:56 2012 +0200 @@ -33,7 +33,7 @@ throw new AssertionError("This class is not meant to be instantiated"); } - public static View createTabIndicator(TabHost tabHost, int label, int icon) { + public static View createVerticalTabIndicator(TabHost tabHost, int label, int icon) { LayoutInflater inflater = (LayoutInflater) tabHost.getContext() .getSystemService(Context.LAYOUT_INFLATER_SERVICE);