From 1bad607e6cedc09bbf43cd6f4b3678457ace55b0 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 5 Feb 2020 23:37:03 +0100 Subject: [PATCH] =?UTF-8?q?Replace=20"2x"=20with=20"2=C3=97".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/TracyView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index e70576bf..9e27705a 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -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() ) {