• W
    UI: Fix non-standard string character in source · 2be5291a
    wayne wang 提交于
    (Jim) For some reason a character outside of the standard ASCII
    character set was used in this source file.  "Eight Spoked Asterisk",
    Unicode character 0x02733.  Non-ASCII characters should probably not be
    used directly in source files due to potential character encoding
    issues that can occur depending on the operating system and compiler.
    
    Closes jp9000/obs-studio#485
    2be5291a
window-basic-settings.cpp 83.0 KB