Selaa lähdekoodia

pstats: Use proper microsecond symbol on GTK

rdb 3 vuotta sitten
vanhempi
sitoutus
7c85b54ba4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pandatool/src/pstatserver/pStatGraph.cxx

+ 1 - 1
pandatool/src/pstatserver/pStatGraph.cxx

@@ -206,7 +206,7 @@ format_number(double value, int guide_bar_units, const string &unit_name) {
 #ifdef _WIN32
         label += " \xb5s";
 #else
-        label += " us";
+        label += " \xc2\xb5s";
 #endif
       }
       else if ((guide_bar_units & GBU_show_units) == 0 || value < 1.0) {