-rw-r--r-- | library/tzselect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tzselect.cpp b/library/tzselect.cpp index e16b8d4..9436867 100644 --- a/library/tzselect.cpp +++ b/library/tzselect.cpp @@ -93,3 +93,3 @@ void TZCombo::updateZones() bool tzFound = FALSE; - Config cfg("WorldTime"); + Config cfg("CityTime"); cfg.setGroup("TimeZones"); |