mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 15:16:27 +01:00
Remove trailing spaces.
This commit is contained in:
@@ -58,7 +58,7 @@ wxString KeyStringDisplay(const wxString & key)
|
||||
wxString KeyEventToKeyString(const wxKeyEvent & event)
|
||||
{
|
||||
wxString newStr = wxT("");
|
||||
|
||||
|
||||
long key = event.GetKeyCode();
|
||||
|
||||
if (event.ControlDown())
|
||||
@@ -69,7 +69,7 @@ wxString KeyEventToKeyString(const wxKeyEvent & event)
|
||||
#endif
|
||||
if (event.AltDown())
|
||||
newStr += wxT("Alt+");
|
||||
|
||||
|
||||
if (event.ShiftDown())
|
||||
newStr += wxT("Shift+");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user