Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QT: Use SetStatusText instead of passing a formatted string as a fmt
This caused crashes when file names had percent signs in them because we passed the file name as the format to SetFormattedStatusText. I opted to continue to use fmt for consistency.
- Loading branch information