diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-01-30 14:52:48 +0300 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-01 14:18:17 +0300 |
commit | 902e539c0d25ec418cd36c735079561f378c712c (patch) | |
tree | 7adb03f0e53c02770bda9cdc0e2133b303c8a998 /src/text | |
parent | 990637bf52142eb09fb9c38d9c9a5c8abd98050b (diff) |
Overhaul MusicManager - fix radio bugs, scroll to prev station, radio off text
Diffstat (limited to 'src/text')
-rw-r--r-- | src/text/Text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text/Text.cpp b/src/text/Text.cpp index 20229bf0..4931a97a 100644 --- a/src/text/Text.cpp +++ b/src/text/Text.cpp @@ -9,7 +9,7 @@ #include "Text.h" #include "Timer.h" -static wchar WideErrorString[25]; +wchar WideErrorString[25]; CText TheText; |