mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
merge master into release_3.0.0dev.
This commit is contained in:
@@ -146,6 +146,10 @@ void ConfigDialog::save_Clicked()
|
||||
appsettings->setValue(GC_LANG, "it");
|
||||
else if (configPage->langCombo->currentIndex()==5)
|
||||
appsettings->setValue(GC_LANG, "de");
|
||||
else if (configPage->langCombo->currentIndex()==6)
|
||||
appsettings->setValue(GC_LANG, "ru");
|
||||
else if (configPage->langCombo->currentIndex()==7)
|
||||
appsettings->setValue(GC_LANG, "cs");
|
||||
|
||||
if (configPage->unitCombo->currentIndex()==0)
|
||||
appsettings->setValue(GC_UNIT, "Metric");
|
||||
|
||||
Reference in New Issue
Block a user