mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
Minor string clean-ups. Made key-shortcut indicators in popup menus use icons for shift/command/option on the mac.
This commit is contained in:
parent
04351861ae
commit
06d436a3ab
34 changed files with 99 additions and 92 deletions
|
|
@ -108,7 +108,7 @@ const String SystemStats::getLogonName()
|
|||
user = pw->pw_name;
|
||||
}
|
||||
|
||||
return String::fromUTF8 (user);
|
||||
return CharPointer_UTF8 (user);
|
||||
}
|
||||
|
||||
const String SystemStats::getFullUserName()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue