Skip to content

Commit

Permalink
Update Install4j config
Browse files Browse the repository at this point in the history
  • Loading branch information
hdecarne committed Mar 8, 2020
1 parent 5d412c7 commit fd64f12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,10 +452,10 @@ private void loadUpdaterSchedule() {
Combo updatesScheduleSelection = this.updatesScheduleSelectionHolder.get();

updatesScheduleSelection.add(PreferencesI18N.i18nLabelUpdatesScheduleNever());
updatesScheduleSelection.add(PreferencesI18N.i18nLabelUpdatesScheduleAlways());
updatesScheduleSelection.add(PreferencesI18N.i18nLabelUpdatesScheduleDaily());
updatesScheduleSelection.add(PreferencesI18N.i18nLabelUpdatesScheduleWeekly());
updatesScheduleSelection.add(PreferencesI18N.i18nLabelUpdatesScheduleMonthly());
updatesScheduleSelection.add(PreferencesI18N.i18nLabelUpdatesScheduleAlways());
updatesScheduleSelection.select(updater.getSchedule().ordinal());
refreshUpdatesStatus(updater);
}
Expand Down

0 comments on commit fd64f12

Please sign in to comment.