fix build

This commit is contained in:
sonora 2012-01-18 22:59:59 +01:00
parent 0b9a2dc492
commit c3532ce2b8

View file

@ -471,7 +471,7 @@ public class SettingsActivity extends PreferenceActivity implements OnPreference
updateApplicationDirTextAndSummary();
applicationModePreference.setTitle(getString(R.string.settings_preset) + " [" + ApplicationMode.toHumanString(osmandSettings.APPLICATION_MODE.get(), this) + "]");
dayNightModePreference.setSummary(getString(R.string.daynight_descr) + " [" + DayNightMode.toHumanString(osmandSettings.DAYNIGHT_MODE.get()) + "]");
dayNightModePreference.setSummary(getString(R.string.daynight_descr) + " [" + DayNightMode.osmandSettings.DAYNIGHT_MODE.get().toHumanString(this) + "]");
routerServicePreference.setSummary(getString(R.string.router_service_descr) + " [" + osmandSettings.ROUTER_SERVICE.get() + "]");
}