mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
Fix Browser dialog name.
svn-id: r42941
This commit is contained in:
parent
d6d5da0d9f
commit
387afcc113
@ -43,7 +43,7 @@ enum {
|
||||
*/
|
||||
|
||||
BrowserDialog::BrowserDialog(const char *title, bool dirBrowser)
|
||||
: Dialog("browser") {
|
||||
: Dialog("Browser") {
|
||||
_titleRef = CFStringCreateWithCString(0, title, CFStringGetSystemEncoding());
|
||||
_isDirBrowser = dirBrowser;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user