Revision 6810 trunk/libraries/libCorePlugin/src/com/iver/core/preferences/general/LanguagePage.java

View differences:

LanguagePage.java
125 125
		Launcher.getAndamiConfig().setLocaleCountry(sel.locale.getCountry());
126 126
		Launcher.getAndamiConfig().setLocaleVariant(sel.locale.getVariant());
127 127
		langIndex = getJComboBox().getSelectedIndex();
128

  
128 129
	}
129 130

  
130 131
	public void initializeDefaults() {
......
246 247
	public boolean isValueChanged() {
247 248
		return changed;
248 249
	}
250

  
251
	public void setChangesApplied() {
252
		changed = false;
253

  
254
	}
249 255
} // @jve:decl-index=0:visual-constraint="10,10"

Also available in: Unified diff