test old descr as title in Configure screen submenus 2
This commit is contained in:
parent
51b984d318
commit
8f169b4c55
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ public class SettingsActivity extends PreferenceActivity implements OnPreference
|
|||
return defValue;
|
||||
}
|
||||
|
||||
public String getStringPropertyDescription(String propertyName, String defValue) {
|
||||
public static String getStringPropertyDescription(String propertyName, String defValue) {
|
||||
try {
|
||||
Field f = R.string.class.getField("rendering_attr_" + propertyName + "_description");
|
||||
if (f != null) {
|
||||
|
|
Loading…
Reference in a new issue