mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
parent
9116718448
commit
d2964cc71c
2 changed files with 3 additions and 3 deletions
|
@ -282,7 +282,7 @@ LocalePage::init( const QString& initialRegion,
|
|||
}
|
||||
else
|
||||
{
|
||||
m_tzWidget->setCurrentLocation( "Europe", "Berlin" );
|
||||
m_tzWidget->setCurrentLocation( "America", "New_York" );
|
||||
}
|
||||
emit m_tzWidget->locationChanged( m_tzWidget->getCurrentLocation() );
|
||||
|
||||
|
|
|
@ -271,8 +271,8 @@ LocaleViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
|||
}
|
||||
else
|
||||
{
|
||||
m_startingTimezone = qMakePair( QStringLiteral( "Europe" ),
|
||||
QStringLiteral( "Berlin" ) );
|
||||
m_startingTimezone = qMakePair( QStringLiteral( "America" ),
|
||||
QStringLiteral( "New_York" ) );
|
||||
}
|
||||
|
||||
if ( configurationMap.contains( "localeGenPath" ) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue