Replace "2x" with "2×".

This commit is contained in:
Bartosz Taudul 2020-02-05 23:37:03 +01:00
parent 8624bb95ba
commit 1bad607e6c

View File

@ -12284,7 +12284,7 @@ void View::DrawPlayback()
}
}
ImGui::SameLine();
ImGui::Checkbox( "Zoom 2x", &m_playback.zoom );
ImGui::Checkbox( "Zoom 2\xc3\x97", &m_playback.zoom );
TextFocused( "Timestamp:", TimeToString( tstart ) );
if( ImGui::IsItemHovered() )
{