mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 07:03:36 -04:00
pstats: Use proper microsecond symbol on GTK
This commit is contained in:
parent
bb530435e8
commit
7c85b54ba4
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user