removed not used category replacement

This commit is contained in:
Philipp Schaefer 2014-01-22 16:03:10 +01:00
parent c40ac3374e
commit cfcc18f3a6

View File

@ -36,7 +36,6 @@ public class PluginsFragment extends PreferenceFragment {
// set action bar stuff // set action bar stuff
ActionBar bar = getActivity().getActionBar(); ActionBar bar = getActivity().getActionBar();
category = category.replace(IITC_PluginPreferenceActivity.USER_PLUGIN, "User ");
bar.setTitle("IITC Plugins: " + category); bar.setTitle("IITC Plugins: " + category);
bar.setDisplayHomeAsUpEnabled(true); bar.setDisplayHomeAsUpEnabled(true);
} }